diff --git a/README.md b/README.md index e53dafb..13a57ee 100644 --- a/README.md +++ b/README.md @@ -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: