Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created January 28, 2013 16:29
Show Gist options
  • Save hub-cap/4656984 to your computer and use it in GitHub Desktop.
Save hub-cap/4656984 to your computer and use it in GitHub Desktop.
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