We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e78e5b commit 88b3744Copy full SHA for 88b3744
pyproject.toml
@@ -30,7 +30,9 @@ filterwarnings = [
30
# Adding settings from tox.ini for pytest
31
testpaths = ["tests", "patterns"]
32
python_files = ["test_*.py", "*_test.py"]
33
-doctest_modules = ["patterns"]
+# Enable doctest discovery in patterns directory
34
+addopts = "--doctest-modules"
35
+doctest_optionflags = ["ELLIPSIS", "NORMALIZE_WHITESPACE"]
36
randomly_seed = 1234
37
log_level = "INFO"
38
0 commit comments