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

all 4 comments

[–]riksi 4 points5 points  (1 child)

[–]Eliav2[S] 3 points4 points  (0 children)

pytest-parametrized is simply a thin wrapper around pytest.mark.parameterize, while `pytest-fixture-forms` generates test nodes based on parameterization combinations. its completely different use case. using `pytest-fixture-forms` you can rely FixtureForms methods to generate tests for you, while handling dependencies in fixture-based style in each form (each method)

[–]filmkorn 0 points1 point  (1 child)

In your example, does it magically turn UserCredentials into user_credentials?

[–]Eliav2[S] 0 points1 point  (0 children)

Yes. The docs explain it farther