testing notes in readme

This commit is contained in:
Daniil Fajnberg 2022-02-08 16:43:44 +01:00
parent 8fd40839ee
commit 012c8ac639

View File

@ -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`