We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab153e6 commit 3c86955Copy full SHA for 3c86955
1 file changed
.github/agents/docbuild.agent.md
@@ -33,8 +33,8 @@ Docbuild builds documentation from DocBook 5/ASCIIDoc, manages XML configs, clon
33
34
Run tests:
35
36
-* Complete tests with `upytest` from the alias script.
37
-* Single tests with `upytest tests/path/to/test_file.py::test_function_name`
+* Run the complete test suite with `uv run --frozen pytest`.
+* Single tests with `uv run --frozen pytest tests/path/to/test_file.py::test_function_name`.
38
39
40
## Constraints & Safety
0 commit comments