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
|
2016-12-06 23:09:45 +00:00
|
|
|
--benchmark-skip
|
|
|
|
# --benchmark-save-data
|
|
|
|
# --benchmark-autosave
|
|
|
|
# --benchmark-group-by=name
|
|
|
|
# --benchmark-compare
|
2016-11-21 05:35:18 +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
|