Quantcast
Channel: Planet Python
Viewing all articles
Browse latest Browse all 22465

Brian Okken: pytest: Only run tests using a particular fixture

$
0
0

Raphael Pierzina wrote a cool article about how to run use a hook function to only run tests that use a particular fixture. However, I wanted to make it more generic so I could pass in the fixture via command line option. Minor tweak to add options. Thanks Raphael @hackebrot for doing most of the […]

The post pytest: Only run tests using a particular fixture appeared first on Python Testing.


Viewing all articles
Browse latest Browse all 22465

Trending Articles