gaphor/pytest.ini
Arjan Molenaar deb30bebc8 Disable coverage report
It's too much data.
2019-05-24 20:58:38 +02:00

7 lines
145 B
INI

[pytest]
testpaths = gaphor tests docs
doctest-extension=.rst
python_files = test_*.py
# for coverage: --cov=gaphor/
addopts = --doctest-modules