From 8bddca2f75f2230b9630660c520f215f57a74ad9 Mon Sep 17 00:00:00 2001 From: Kharec Date: Tue, 6 Jan 2026 13:09:15 +0100 Subject: [PATCH] docs: testing is now implemented --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b2e763..0879b0c 100644 --- a/README.md +++ b/README.md @@ -148,9 +148,23 @@ $ uv sync $ uv run python -m auditui.cli ``` +Don't forget to run the tests. + ## 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