summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-06-17 17:22:42 -0400
committerJenkins <jenkins@review.openstack.org>2013-06-27 01:49:59 +0000
commitbc7588343f62e768aefd3f7b07bae516319d1296 (patch)
tree39bb13bfec33d27c283f2b464e4f0d24a25e7b64 /setup.cfg
parent4998315d0307405fc38824bc8d683a1595ca73d3 (diff)
downloadzuul-bc7588343f62e768aefd3f7b07bae516319d1296.tar.gz
Migrate to testrepository.
Needed to move some directory creation around to be contained within the testcase, but with parallel testing, we shave 48 seconds off the run time and go from around 60s to around 11. We're also now compatible with future subunit-based fast-fail semantics when we grow them. Change-Id: I6c7148c29d1edb5d9469a8c2afe4b31b2b340009 Reviewed-on: https://review.openstack.org/33352 Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 0 insertions, 7 deletions
diff --git a/setup.cfg b/setup.cfg
index 5169a4d7c..caa15d69f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,10 +28,3 @@ console_scripts =
source-dir = doc/source
build-dir = doc/build
all_files = 1
-
-[nosetests]
-verbosity=2
-detailed-errors=1
-cover-package = zuul
-cover-html = true
-cover-erase = true