-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
topic: fixturesanything involving fixtures directly or indirectlyanything involving fixtures directly or indirectlytype: questiongeneral question, might be closed after 2 weeks of inactivitygeneral question, might be closed after 2 weeks of inactivity
Description
Problem
Suppose I have a parametrized fixture function defined in conftest.py, parameter types are classes defined in conftest.py as well. All this fixture does is instantiating class objects. I run several tests against all fixture instances, and then there's also a test I want to run against only one fixture specialization. What is the designed way to do this?
Original question at Stack Overflow with more details.
pytest==6.0.1
Metadata
Metadata
Assignees
Labels
topic: fixturesanything involving fixtures directly or indirectlyanything involving fixtures directly or indirectlytype: questiongeneral question, might be closed after 2 weeks of inactivitygeneral question, might be closed after 2 weeks of inactivity