From 53aee5cf4b66c98c1142a57244d7466249e44f1f Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 24 Dec 2012 19:11:38 -0600 Subject: Move from untitest2 to testtools. Use testtools as the base testclass. Use fixtures library for managing fixtures. Part of blueprint grizzly-testtools Change-Id: Iac5af286b988787acf7049344641aadf140b9398 --- tools/test-requires | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index 43a94695..f69ef390 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -1,5 +1,6 @@ distribute>=0.6.24 +fixtures mock nose nose-exclude @@ -8,4 +9,4 @@ openstack.nose_plugin nosehtmloutput pep8==1.1 sphinx>=1.1.2 -unittest2 +testtools -- cgit v1.2.1