From 1bc3ecf25d1b86dcb178d5f59b178bde94f5f667 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 22 Jan 2013 21:28:56 -0500 Subject: Start adding reusable test fixtures. Now that nova is using fixtures, we have grown some that can be used across projects. The mox/stubout fixture is a great example of this - and also can be used in the oslo tests themselves. Change-Id: Ia78019317a6772c5c66a875c948854248383f9ea --- tools/test-requires | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index 2e349e1..393b72a 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -2,6 +2,7 @@ distribute>=0.6.24 coverage +fixtures>=0.3.12 mock mox==0.5.3 nose @@ -14,4 +15,5 @@ pylint pyzmq>=2.1.11 setuptools-git>=0.4 sphinx +testtools>=0.9.22 webtest -- cgit