summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-12-24 19:58:11 -0600
committerJosh Kearney <josh@jk0.org>2013-01-29 14:22:42 -0600
commit7b2097e706e944ce868e633467b89f728a5d5042 (patch)
tree3b487e3d32986aece93af4d27b7425b29e436920 /.gitignore
parent53aee5cf4b66c98c1142a57244d7466249e44f1f (diff)
downloadpython-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--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3576b844..90d201e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
.coverage
.venv
+.testrepository
+subunit.log
.tox
*,cover
cover