February 2022
Intermediate to advanced
274 pages
6h 28m
English
Configuration files—those non-test files that affect how pytest runs—save time and duplicated work. If you find yourself always using certain flags in your tests, like --verbose or --strict-markers, you can tuck those away in a config file and not have to type them all the time. In addition to configuration files, a handful of other files are useful when using pytest to make work of writing and running tests easier. We’ll cover all of them in this chapter.
Read now
Unlock full access