Files
2026-04-15 10:48:27 -04:00

23 lines
349 B
INI

[pytest]
norecursedirs =
pcdigitizer
*.egg
.eggs
dist
build
docs
.tox
.git
__pycache__
doctest_optionflags =
NUMBER
NORMALIZE_WHITESPACE
IGNORE_EXCEPTION_DETAIL
addopts =
--strict-markers
--tb=short
--doctest-modules
--doctest-continue-on-failure
--maxfail=2 -rf
testpaths = tests