2018-04-11 03:03:56 +00:00
|
|
|
[pytest]
|
2019-01-04 23:52:12 +00:00
|
|
|
addopts = -v --runslow --cov=nucypher --junitxml=./reports/pytest-results.xml
|
2019-06-27 05:36:18 +00:00
|
|
|
markers =
|
|
|
|
slow: marks tests as slow (skpped by default, use '--runslow' to include these tests)
|