Update README.rst

This commit is contained in:
BigCircle 2021-07-14 14:23:30 -04:00 committed by GitHub
parent 61848e9b70
commit fb284c0112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,11 +71,15 @@ Test
$ pytest
Run with coverage report::
If you haven't install `coverage`_.
If you haven't install `coverage`_. You may want to install it in order to use coverage report.
.. _coverage: https://coverage.readthedocs.io
::
$ pip install coverage # skip this line if you already installed coverage.
::
$ coverage run -m pytest
$ coverage report