From 65f9d214d0ee98368fc979fa70fd7ff0996c86d9 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Tue, 22 Jan 2013 11:53:38 +1300 Subject: 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 --- tools/test-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit