Essential pytest pt. 2: Selecting tests to run
Posted by Simon Larsén in Testing
This is the second part of a series of small articles detailing some of the
functionality of the pytest testing
framework that I find most essential. The series assumes you know how to run
tests with pytest
already.
In this second part, we'll take a look at the -k
and …