Add support for -k using_fixture(foo)
, or --using-fixture foo
#5328
Labels
topic: collection
related to the collection phase
type: enhancement
new feature or API change, should be merged into features branch
Often it is useful to select tests based on the fixtures it used.
A workaround is to adding marks then manually, but that adds overhead in general (also when not used), and is not as flexible.
Originally posted by @blueyed in #5314 (comment)
The text was updated successfully, but these errors were encountered: