docs: how to for unit test

This commit is contained in:
2025-12-23 04:46:24 +01:00
parent 45b43e7062
commit 7ca3c8e969

View File

@@ -52,7 +52,12 @@ cd skywipe
uv sync
```
Then start coding.
Run unit tests with:
```bash
uv sync --extra dev
uv run pytest
```
If you want to test your changes, you can run the tool with: