bidict/pytest.ini

14 lines
517 B
INI
Raw Normal View History

[pytest]
testpaths = bidict tests docs
2016-06-28 04:05:22 +00:00
addopts = --verbose --doctest-modules --doctest-glob=tests/*.txt
--doctest-glob=docs/*.rst --doctest-glob=docs/*.rst.inc
--ignore=setup.py --ignore=docs/conf.py
--benchmark-skip
# --benchmark-save-data
# --benchmark-autosave
# --benchmark-group-by=name
# --benchmark-compare
# --benchmark-columns=min,stddev
# --hypothesis-show-statistics
doctest_optionflags = IGNORE_EXCEPTION_DETAIL ELLIPSIS