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 482e6b6 commit a20d30dCopy full SHA for a20d30d
pyproject.toml
@@ -102,7 +102,7 @@ docs = [
102
103
104
[tool.pytest.ini_options]
105
-addopts = "-p no:warnings --cov=postgres_copy --cov-branch -cov-report=term-missing:skip-covered --cov-context=tests"
+addopts = "-p no:warnings --cov=postgres_copy --cov-branch -cov-report=term-missing:skip-covered --cov-context=test"
106
testpaths = ["tests"]
107
python_files = "test_*.py"
108
0 commit comments