February 2022
Intermediate to advanced
274 pages
6h 28m
English
Let’s run down the non-test files relevant to pytest:
tox.ini, pyproject.toml, and setup.cfg: These files can take the place of pytest.ini. If you already have one of these files in a project, you can use it to save pytest settings.
tox.ini is used by tox, the command-line automated ...
Read now
Unlock full access