From 012c8ac639a766055a8cdf9d0553e78103e0b316 Mon Sep 17 00:00:00 2001 From: Daniil Fajnberg Date: Tue, 8 Feb 2022 16:43:44 +0100 Subject: [PATCH] testing notes in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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`