summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAngus Salkeld <asalkeld@redhat.com>2013-05-18 18:06:38 +1000
committerAngus Salkeld <asalkeld@redhat.com>2013-05-18 18:06:38 +1000
commit1a723a05c74361d8fe52220061b0697de8003221 (patch)
treeebf1aad97f5adb327bbdb40ed8d70614acd1e6dd /.gitignore
parent6693c9fb04722de9b911fd51a708d70158760178 (diff)
downloadceilometer-1a723a05c74361d8fe52220061b0697de8003221.tar.gz
Replace nose with testr
- add .testr.conf (in base dir and nova_tests) - remove all references to nose - adjust paths: A couple of tests would assume the current directory was ./tests/ but it is now ./ - don't run the tests in parallel as the db tests have one connection per test class. nova_tests hackery: It seems testtools/testr imports everything and I just don't see a way of running things in tests/ and nova_tests/ seperately but in one .test.conf. So if you want to use testr directly you will need to: testr run cd nova_tests testr run part of bug 1177924 Change-Id: I41875dcf94463fa5f9c07a7840c37089226c59ad
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dc42fe29..0c3eb0c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,8 @@ build
.coverage
.tox
cover
+.testrepository
+subunit.log
AUTHORS
ChangeLog
*.deb