Commit d6fd5f9
ci: actually run pytest
The workflow is named "Tests" and has never run one — it installed ruff and
pyright, linted and type-checked tests/, and stopped there. tests/test_base_url.py
has existed since 0.3.x without ever executing in CI.
#18 asks for a fixture round-trip 'so model drift fails CI'. That only works if
the suite runs. Also fixes the pyright failure this PR surfaced: 'import pytest
could not be resolved', because the test extra was never installed.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent f996fec commit d6fd5f9
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
0 commit comments