Run tests from docstring

master
Антон Касимов 2022-11-14 13:42:51 +03:00
parent 48f1c3d28c
commit eb4dc31443
Signed by: toxa
SSH Key Fingerprint: SHA256:fGoT3aBWeTp6/0uhMz56IJDyZDzSbRc06AdWcNcRxNg
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@ testpaths = [
"tests",
]
python_files = "test*.py"
addopts = "-rsxX -l --tb=short --strict-markers"
addopts = "-rsxX -l --tb=short --strict-markers --doctest-modules"
xfail_strict = "true"