We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72381c commit cfe09e6Copy full SHA for cfe09e6
1 file changed
pyproject.toml
@@ -41,7 +41,7 @@ where = ["."]
41
42
[tool.pytest.ini_options]
43
testpaths = ["tests"]
44
-addopts = "--cov=kratt --cov-report=term-missing"
+addopts = "--cov=kratt --cov-report=term-missing -p no:qt"
45
46
[tool.coverage.run]
47
omit = [
0 commit comments