forked from archive/andrewferrier_email2pdf
Enhance test layout and coverage report.
This commit is contained in:
parent
b15e6b2791
commit
f044f6a1c0
11 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -41,7 +41,7 @@ stylecheck:
|
|||
|
||||
coverage:
|
||||
rm -rf cover/
|
||||
nosetests tests/test_Direct*.py --with-coverage --cover-package=email2pdf --cover-erase --cover-html
|
||||
open cover/email2pdf.html
|
||||
nosetests tests/Direct/*.py --with-coverage --cover-package=email2pdf,tests --cover-erase --cover-html --cover-branches
|
||||
open cover/index.html
|
||||
|
||||
alltests: unittest stylecheck coverage
|
||||
|
|
0
tests/Direct/__init__.py
Normal file
0
tests/Direct/__init__.py
Normal file
0
tests/Subprocess/__init__.py
Normal file
0
tests/Subprocess/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue