mirror of https://github.com/jab/bidict.git
13 lines
486 B
INI
13 lines
486 B
INI
[pytest]
|
|
testpaths = bidict tests docs
|
|
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
|
|
# --benchmark-columns=min,stddev
|
|
# --hypothesis-show-statistics
|
|
doctest_optionflags = IGNORE_EXCEPTION_DETAIL ELLIPSIS
|