Skip to content

Commit edff01e

Browse files
committed
chore: fix readme pytest commands
1 parent 046136f commit edff01e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,10 @@ The session cookie will now automatically load when you `cd` into the project di
232232
uv run pytest
233233
234234
# Run all tests for a specific year
235-
uv run pytest _202X/
235+
uv run pytest _202Y/
236236
237237
# Run tests for a specific day
238-
uv run pytest _202X/tests/test_DD.py
238+
uv run pytest _202Y/tests/test_DD.py
239239
```
240240

241241
All core workflows utilize the CLI, and the testing framework is fully integrated.
@@ -250,7 +250,7 @@ GitHub Actions continuously check code quality on push/PR:
250250

251251
- **Type checking**: `uv run mypy ...`
252252

253-
- **Tests**: `uv run pytest tests`
253+
- **Tests**: `uv run pytest _202Y`
254254

255255
These match the checks enforced by local pre-commit.
256256

0 commit comments

Comments
 (0)