Enhance test layout and coverage report.

This commit is contained in:
Andrew Ferrier 2015-01-28 18:57:47 +03:00
parent b15e6b2791
commit f044f6a1c0
11 changed files with 2 additions and 2 deletions

View file

@ -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
View file

View file