commit | dda6c91ef8a7b47e49429bb05197c26d58cd2896 | [log] [tgz] |
---|---|---|
author | James E. Blair <jeblair@openstack.org> | Mon Jul 29 14:12:12 2013 -0700 |
committer | James E. Blair <jeblair@openstack.org> | Mon Jul 29 14:12:12 2013 -0700 |
tree | 1058f7802f922f58b018da202b3478d7d2d5aad3 | |
parent | b56af884989c462be2c10537ee0f409fecd37b27 [diff] [blame] |
Use the public gear API to iterate over jobs in the queue Also, add some more info about testing. Change-Id: I2029a03d2ab017d826b01dc0b802c6e0e0328204
diff --git a/TESTING.rst b/TESTING.rst index f3fa28e..293bb83 100644 --- a/TESTING.rst +++ b/TESTING.rst
@@ -61,6 +61,12 @@ .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? ---------------