Skip to content

Commit

Permalink
added testc alias for running nose tests with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmits committed May 8, 2009
1 parent 998e3b9 commit f200906
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
@@ -1,3 +1,6 @@
[nosetests]
verbosity=2
detailed-errors=1

[aliases]
testc = nosetests --cover-package=github --with-coverage

0 comments on commit f200906

Please sign in to comment.