filmov
tv
Python pytest fundamentals (part 2 - conftest)
Показать описание
In this part on the series on pytest by example we separate out the test fixture of the test module, into the conftest module. This allows for reusing a group of test fixtures in multiple test modules.