We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64c0bb commit 58669c3Copy full SHA for 58669c3
1 file changed
pyproject.toml
@@ -28,7 +28,7 @@ docs = ["pdoc>=15.0.0"]
28
pythonpath = ["src"]
29
testpaths = ["tests"]
30
markers = [
31
- "unit: Fast (<1s) unit tests (e.g. utilities, BIDS parsing, file operations",
+ "unit: Fast (<1s) unit tests (e.g. utilities, BIDS parsing, file operations)",
32
"integration: Medium (1-5 min) integration tests with small/downsampled data",
33
"slow: Long (30+ min) tests; skip on CI",
34
"full_pipeline: End-to-end workflow tests; skip on CI"
0 commit comments