Skip to content

Commit e9f5f90

Browse files
committed
docs: mention how to skip regression tests in readme
1 parent b7f5d05 commit e9f5f90

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ Add the appropriate line to your shell rc for persistent tab-completion.
5454
## Tests
5555

5656
```sh
57-
uv sync --extra dev && uv run pytest
57+
uv sync --extra dev && uv run pytest # all tests
58+
uv sync --extra dev && uv run pytest -m "not slow" # skip regression tests
5859
```
5960

6061
- **2D regression** - thinning + feature extraction on all 45 HRF samples, compared against saved baselines

0 commit comments

Comments
 (0)