camelot-py/setup.cfg

7 lines
174 B
INI

[aliases]
test=pytest
[tool:pytest]
addopts = --verbose --cov-config .coveragerc --cov-report term --cov-report xml --cov=camelot --mpl tests
python_files = tests/test_*.py