bidict/pytest.ini

11 lines
404 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-save-data
--benchmark-autosave
--benchmark-group-by=name
--benchmark-compare
doctest_optionflags = IGNORE_EXCEPTION_DETAIL ELLIPSIS