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 25e040e commit 28e72a7Copy full SHA for 28e72a7
pyproject.toml
@@ -86,11 +86,11 @@ add-ignore = ["D401"]
86
87
[tool.pytest.ini_options]
88
pythonpath = ["src"]
89
-addopts = "--cov=ssspx --cov-branch --cov-report=term-missing -m 'not integration and not regression and not stress' --doctest-glob='*.md'"
90
-testpaths = ["tests", "README.md"]
+addopts = "--cov=ssspx --cov-branch --cov-report=term-missing -m 'not integration and not regression and not stress'"
+testpaths = ["tests"] # Remove "README.md" from here
91
markers = [
92
"integration: mark integration tests",
93
- "regression: mark regression snapshot tests",
+ "regression: mark regression snapshot tests",
94
"stress: mark stress tests",
95
]
96
0 commit comments