We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b3744 commit e6a3df8Copy full SHA for e6a3df8
pyproject.toml
@@ -31,9 +31,8 @@ filterwarnings = [
31
testpaths = ["tests", "patterns"]
32
python_files = ["test_*.py", "*_test.py"]
33
# Enable doctest discovery in patterns directory
34
-addopts = "--doctest-modules"
+addopts = "--doctest-modules --randomly-seed=1234"
35
doctest_optionflags = ["ELLIPSIS", "NORMALIZE_WHITESPACE"]
36
-randomly_seed = 1234
37
log_level = "INFO"
38
39
[tool.coverage.run]
0 commit comments