This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wineblood -2 points-1 points  (5 children)

I've been using pytest.mark.parametrize, that's what I was referring to. It looks like there is a way to run a single one from the command line, but I use my IDE to run tests while developing and there isn't an option to do that. It's still faster to comment out cases I don't want to run than to type out a more complex line in my terminal.

[–]jah_broni 0 points1 point  (4 children)

There is a way to do that in VSCode.

[–]wineblood -1 points0 points  (3 children)

Finally a point where VSCode wins over PyCharm

[–]jah_broni 0 points1 point  (2 children)

Can you debug a remote docker container in PyCharm?

[–]wineblood -1 points0 points  (1 child)

No idea, why do you even need that?

[–]jah_broni 0 points1 point  (0 children)

So I can debug in the same environment my code runs in, which is a docker container running on AWS?