diff --git a/README.md b/README.md index aca62ec..9274038 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,11 @@ See [USAGE.md](usage/USAGE.md) Python Version 3.8+, tested on Linux +## Testing + +Install `dev` dependencies or just manually install `coverage` with `pip`. +Run the [`coverage.sh`](coverage.sh) shell script to execute all unit tests and receive the coverage report. + ## Building from source Run `python -m build`