mirror of https://github.com/jab/bidict.git
14 lines
517 B
INI
14 lines
517 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-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
|