diff --git a/README.rst b/README.rst index 7758c79..cb6ba51 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,9 @@ Install dependencies Run tests ========= +To run the unit tests and report test coverage use: + .. code-block:: - pipenv run coverage run --branch setup.py test \ No newline at end of file + pipenv run coverage run --branch setup.py test + pipenv run coverage report -m