forked from archive/andrewferrier_email2pdf
Update documentation to mention nose module.
This commit is contained in:
parent
6d273f723d
commit
4c7e417b73
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ verbose, and stops on failing tests).
|
||||||
|
|
||||||
All new code should be covered by a test. There is a code coverage checker
|
All new code should be covered by a test. There is a code coverage checker
|
||||||
target in the Makefile - run `make coverage`. You'll need to have the
|
target in the Makefile - run `make coverage`. You'll need to have the
|
||||||
`coverage` Python module installed (`pip3 install coverage`) to run it.
|
`coverage` and `nose` Python modules installed (`pip3 install coverage nose`)
|
||||||
|
to run them.
|
||||||
|
|
||||||
In addition to the standard dependencies from the [standard install
|
In addition to the standard dependencies from the [standard install
|
||||||
documentation](https://github.com/andrewferrier/email2pdf/blob/master/README.md),
|
documentation](https://github.com/andrewferrier/email2pdf/blob/master/README.md),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue