Skip to content

Commit a8e3f2f

Browse files
committed
chore(testing): configure the slow marker
1 parent 18e9235 commit a8e3f2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ pythonpath = ['.']
5555
markers = [
5656
"unit: marks tests as unit tests (deselect with '-m \"not unit\"')",
5757
"integration: marks tests as integration tests (deselect with '-m \"not integration\"')",
58+
"slow: marks tests as slow tests (deselect with '-m \"not slow\"')",
5859
]
5960

6061
[tool.uv]

0 commit comments

Comments
 (0)