Fix coverage commands
- Remove setup.py, as the tests don't run it; - Put the correct test command; - Add `$ ` prompts, for conformity with the previous steps.
This commit is contained in:
parent
9177f0fab0
commit
0d76a62427
1 changed files with 3 additions and 3 deletions
|
@ -109,9 +109,9 @@ Here's how to set up `snappass` for local development.
|
|||
|
||||
8. Check that the test coverage hasn't dropped::
|
||||
|
||||
coverage run --source snappass setup.py tests
|
||||
coverage report -m
|
||||
coverage html
|
||||
$ coverage run --source snappass tests.py
|
||||
$ coverage report -m
|
||||
$ coverage html
|
||||
|
||||
9. Submit a pull request through the GitHub website.
|
||||
|
||||
|
|
Loading…
Reference in a new issue