From 4ddc2f926fa12f64c7c27a83d38a7a081b0769c2 Mon Sep 17 00:00:00 2001 From: FanouZeng-TT <18280587072@163.com> Date: Sat, 15 Aug 2026 10:43:52 +0800 Subject: [PATCH] docs: run tests in the uv environment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94dfa1f..9b609a3 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ The generated code is automatically formatted using `ruff`. Run the schema preprocessing test suite with: ```bash -python -m unittest discover -s tests -p "test_*.py" +uv run python -m unittest discover -s tests -p "test_*.py" ``` ## Contributing