docs: testing is now implemented

This commit is contained in:
2026-01-06 13:09:15 +01:00
parent bb8571df8a
commit 8bddca2f75

View File

@@ -148,9 +148,23 @@ $ uv sync
$ uv run python -m auditui.cli $ uv run python -m auditui.cli
``` ```
Don't forget to run the tests.
## Testing ## Testing
WIP. As usual, tests are located in `tests` directory and use `pytest`.
Get the dev dependencies:
```bash
uv sync --extra dev
```
And run the tests:
```bash
uv run pytest
```
## License ## License