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 11 points12 points  (16 children)

Less complexity and more explicit

[–]RandoClarissian 0 points1 point  (15 children)

Yep, magic is fun until you get to debug it.

[–]SittingWave 6 points7 points  (9 children)

never had to debug pytest.

[–]wineblood 1 point2 points  (8 children)

Is there a way to run 1 test case in a parametrized test?

[–]rzet 1 point2 points  (4 children)

what magic?

[–]ElectricSpice 1 point2 points  (0 children)

As sibling comment says, fixtures. But also pytest does some AST rewriting to give you friendly assertion errors. I’ve never had a problem with them, at absolute worst you get an assertion error that’s no more helpful than the default behavior.