Update README.rst
This commit is contained in:
parent
61848e9b70
commit
fb284c0112
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue