2015-12-21 03:05:20 +00:00
|
|
|
[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
|
2016-11-21 05:17:54 +00:00
|
|
|
--benchmark-compare=*
|
2016-11-06 13:46:07 +00:00
|
|
|
--benchmark-columns=min,stddev
|
2016-10-05 15:59:51 +00:00
|
|
|
# --hypothesis-show-statistics
|
2015-12-21 03:05:20 +00:00
|
|
|
doctest_optionflags = IGNORE_EXCEPTION_DETAIL ELLIPSIS
|