We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bae519 commit 0c130bdCopy full SHA for 0c130bd
1 file changed
pyproject.toml
@@ -81,7 +81,7 @@ include = ["openiso", "openiso.*"]
81
82
[tool.pytest.ini_options]
83
testpaths = ["tests"]
84
-addopts = "-rf -s --cov=openiso --cov-report=xml --cov-report=html --cov-report=term-missing"
+addopts = "-rf -s -p no:pytestqt --cov=openiso --cov-report=xml --cov-report=html --cov-report=term-missing"
85
markers = [
86
"unit: fast isolated tests for pure logic",
87
"integration: tests with filesystem/database/service integration",
0 commit comments