add coverage explanation
This commit is contained in:
parent
7a73171edc
commit
61848e9b70
1 changed files with 5 additions and 0 deletions
|
|
@ -71,6 +71,11 @@ Test
|
||||||
$ pytest
|
$ pytest
|
||||||
|
|
||||||
Run with coverage report::
|
Run with coverage report::
|
||||||
|
If you haven't install `coverage`_.
|
||||||
|
|
||||||
|
.. _coverage: https://coverage.readthedocs.io
|
||||||
|
|
||||||
|
$ pip install coverage # skip this line if you already installed coverage.
|
||||||
|
|
||||||
$ coverage run -m pytest
|
$ coverage run -m pytest
|
||||||
$ coverage report
|
$ coverage report
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue