gaphas/pytest.ini
2019-06-11 23:48:22 +02:00

6 lines
144 B
INI

[pytest]
addopts = --cov=gaphas/ --doctest-modules --ignore=docs/conf.py
testpaths = tests docs
doctest-extension=.txt
python-files = test_*.py