mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Execute documented verification commands in CI
This commit is contained in:
parent
070628e2db
commit
3f52a7ad2b
@ -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
|
||||
```
|
||||
|
||||
|
||||
@ -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
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user