Add pytest.ini

This commit is contained in:
Arjan Molenaar 2019-11-18 21:44:11 +01:00
parent ff28ec1023
commit 6984309178

5
pytest.ini Normal file
View File

@ -0,0 +1,5 @@
[pytest]
testpaths = tests docs
doctest-extension = rst
addopts = --doctest-modules --cov=generic