diff --git a/AGENTS.md b/AGENTS.md index 3399fb83..b38e54f4 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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 ``` diff --git a/skills/archivebox/SKILL.md b/skills/archivebox/SKILL.md index 8f5e71df..1235b7bf 100644 --- a/skills/archivebox/SKILL.md +++ b/skills/archivebox/SKILL.md @@ -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 ```