summaryrefslogtreecommitdiff
path: root/TESTING.rst
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@openstack.org>2013-07-29 14:12:12 -0700
committerJames E. Blair <jeblair@openstack.org>2013-07-29 14:12:12 -0700
commitdda6c91ef8a7b47e49429bb05197c26d58cd2896 (patch)
tree1058f7802f922f58b018da202b3478d7d2d5aad3 /TESTING.rst
parentb56af884989c462be2c10537ee0f409fecd37b27 (diff)
downloadzuul-dda6c91ef8a7b47e49429bb05197c26d58cd2896.tar.gz
Use the public gear API to iterate over jobs in the queue
Also, add some more info about testing. Change-Id: I2029a03d2ab017d826b01dc0b802c6e0e0328204
Diffstat (limited to 'TESTING.rst')
-rw-r--r--TESTING.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/TESTING.rst b/TESTING.rst
index f3fa28e7c..293bb8370 100644
--- a/TESTING.rst
+++ b/TESTING.rst
@@ -61,6 +61,12 @@ to set up the virtualenv)::
.tox/py27/bin/python -m testtools.run tests.test_scheduler.TestScheduler.test_jobs_launched
+List Failing Tests
+------------------
+
+ .tox/py27/bin/activate
+ testr failing --list
+
Need More Info?
---------------