From bd84ae480912802b6f790f710d17507589ce2ad5 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 6 Apr 2013 13:09:36 -0400 Subject: Re-work test_cli to use testscenarios. The cli tests were already organized in a manner that lets testscenarios do what it does. Reformat the code a little bit to be a single test plus a list of declarative combinations of scenarios and let testscenarios do the work of turning that into a set of test cases. Change-Id: I4e10d9eaeb313c724f0012babac465e37be4fa3d --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index c020cbc..900640f 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -3,6 +3,7 @@ fixtures>=0.3.12 mox python-subunit testrepository>=0.0.13 +testscenarios<0.5 testtools>=0.9.29 # when we can require tox>= 1.4, this can go into tox.ini: -- cgit v1.2.1