Commit d37dac1
Mark the notebook tests as unit tests so CI actually runs them
The only pytest job on main is `uv run pytest -m unit -v`, so an unmarked test
file is silently deselected: 30 tests that look like coverage and execute never.
This has already happened once in this repo (#112 merged six tests that had
never run), which is why the root CLAUDE.md calls it out.
This branch predates the marker's introduction on main, so register `unit` in
pyproject.toml too — verbatim from main, so the two merge cleanly. Verified:
`pytest -m unit` now selects 30 and deselects 25.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 8c9690b commit d37dac1
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
| |||
0 commit comments