Created
January 28, 2013 16:29
-
-
Save hub-cap/4656984 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tox.ini b/tox.ini | |
index 6a6593a..a092c59 100644 | |
--- a/tox.ini | |
+++ b/tox.ini | |
@@ -25,7 +25,8 @@ commands = | |
coverage run -m subunit.run discover ./reddwarf/tests/unittests | |
# replace with above line once the python path issue is resolved | |
# python setup.py testr --coverage | |
- coverage run -a --timid run_tests.py | |
+ coverage run -a --timid -p run_tests.py | |
+ coverage combine | |
coverage html | |
coverage report |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment