Skip to content

Commit 4ddc2f9

Browse files
committed
docs: run tests in the uv environment
1 parent 35af25c commit 4ddc2f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The generated code is automatically formatted using `ruff`.
145145
Run the schema preprocessing test suite with:
146146

147147
```bash
148-
python -m unittest discover -s tests -p "test_*.py"
148+
uv run python -m unittest discover -s tests -p "test_*.py"
149149
```
150150

151151
## Contributing

0 commit comments

Comments
 (0)