Execute documented verification commands in CI

This commit is contained in:
Nick Sweeting 2026-07-19 20:28:16 -07:00
parent 070628e2db
commit 3f52a7ad2b
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -73,8 +73,8 @@ archivebox run
Use targeted tests for focused work:
```console
uv run pytest archivebox/tests/test_cli_add.py -q
```bash
uv run pytest archivebox/tests/test_cli_add.py::test_add_help_shows_depth_and_tag_options -q
uv run prek run --all-files
```

View File

@ -67,8 +67,8 @@ archivebox run
## Verification
```console
uv run pytest archivebox/tests/test_cli_add.py -q
```bash
uv run pytest archivebox/tests/test_cli_add.py::test_add_help_shows_depth_and_tag_options -q
uv run prek run --all-files
```