diff options
author | Monty Taylor <mordred@inaugust.com> | 2012-12-24 19:58:11 -0600 |
---|---|---|
committer | Josh Kearney <josh@jk0.org> | 2013-01-29 14:22:42 -0600 |
commit | 7b2097e706e944ce868e633467b89f728a5d5042 (patch) | |
tree | 3b487e3d32986aece93af4d27b7425b29e436920 /.gitignore | |
parent | 53aee5cf4b66c98c1142a57244d7466249e44f1f (diff) | |
download | python-novaclient-7b2097e706e944ce868e633467b89f728a5d5042.tar.gz |
Migrate from nose to testr.
Run tests with testr for parallel execution.
Part of blueprint grizzly-testtools.
Change-Id: I38e8a2df12678002e19264a53bad26e80265c6e4
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ .coverage .venv +.testrepository +subunit.log .tox *,cover cover |