summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2013-01-22 11:53:38 +1300
committerRobert Collins <rbtcollins@hp.com>2013-01-24 21:54:49 +1300
commit65f9d214d0ee98368fc979fa70fd7ff0996c86d9 (patch)
tree4506d98641b244e3070fa17457e4185e584a85ff /tools
parenta1c1e1bac155666d93f4003841132e66b3599ca8 (diff)
Make failures in the periodic tests more detailed.
The current tests are very opaque when something fails. This change makes the failure easier to understand without a debugger. The testtools version is bumped to get a new HasLength matcher. Change-Id: Iceafa70f88a8cc31a1b0ba912fe32a9fef1b2f18
Diffstat (limited to 'tools')
-rw-r--r--tools/test-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test-requires b/tools/test-requires
index bc279166e..851023af4 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -12,4 +12,4 @@ pylint==0.25.2
python-subunit
sphinx>=1.1.2
testrepository>=0.0.13
-testtools>=0.9.26
+testtools>=0.9.27