Skip to content

Commit 3c86955

Browse files
committed
docbuild.agent.md: Revise command to run test suite
1 parent ab153e6 commit 3c86955

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/agents/docbuild.agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Docbuild builds documentation from DocBook 5/ASCIIDoc, manages XML configs, clon
3333

3434
Run tests:
3535

36-
* Complete tests with `upytest` from the alias script.
37-
* Single tests with `upytest tests/path/to/test_file.py::test_function_name`
36+
* Run the complete test suite with `uv run --frozen pytest`.
37+
* Single tests with `uv run --frozen pytest tests/path/to/test_file.py::test_function_name`.
3838

3939

4040
## Constraints & Safety

0 commit comments

Comments
 (0)