nucypher/pytest.ini

5 lines
187 B
INI
Raw Normal View History

2018-04-11 03:03:56 +00:00
[pytest]
addopts = -v --runslow --cov=nucypher --junitxml=./reports/pytest-results.xml
markers =
slow: marks tests as slow (skpped by default, use '--runslow' to include these tests)