Ignore docs/conf.py in tests

This commit is contained in:
Arjan Molenaar 2019-06-11 23:48:22 +02:00
parent bde8a207f9
commit 175dc71375

View File

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