We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e9235 commit a8e3f2fCopy full SHA for a8e3f2f
1 file changed
pyproject.toml
@@ -55,6 +55,7 @@ pythonpath = ['.']
55
markers = [
56
"unit: marks tests as unit tests (deselect with '-m \"not unit\"')",
57
"integration: marks tests as integration tests (deselect with '-m \"not integration\"')",
58
+ "slow: marks tests as slow tests (deselect with '-m \"not slow\"')",
59
]
60
61
[tool.uv]
0 commit comments