We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdee77 commit a84c688Copy full SHA for a84c688
pyproject.toml
@@ -28,7 +28,8 @@ filterwarnings = [
28
"ignore::Warning:.*test class 'TestRunner'.*"
29
]
30
# Adding settings from tox.ini for pytest
31
-testpaths = ["tests", "patterns"]
+testpaths = ["tests"]
32
+#testpaths = ["tests", "patterns"]
33
python_files = ["test_*.py", "*_test.py"]
34
# Enable doctest discovery in patterns directory
35
addopts = "--doctest-modules --randomly-seed=1234 --cov=patterns --cov-report=term-missing"
@@ -37,7 +38,8 @@ log_level = "INFO"
37
38
39
[tool.coverage.run]
40
branch = true
-source = ["patterns"]
41
+source = ["./"]
42
+#source = ["patterns"]
43
# Ensure coverage data is collected properly
44
relative_files = true
45
parallel = true
0 commit comments