Skip to content
Snippets Groups Projects
pytest.ini 147 B
Newer Older
# pytest.ini
[pytest]
addopts = --doctest-modules --hypothesis-show-statistics
testpaths =
    zerosumset
    tests
markers = 
    timing_test