File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
241241All 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
255255These match the checks enforced by local pre-commit.
256256
You can’t perform that action at this time.
0 commit comments