summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@redhat.com>2014-12-09 12:08:30 +1000
committerJamie Lennox <jamielennox@redhat.com>2014-12-09 21:57:44 +1000
commit9704b6f36eaf1f324e59864e29b92b69c112e62c (patch)
tree1f771d5ba70379ec2d5bec659ba7d1d3fb15772b /test-requirements.txt
parent7c5f759473960ddccf81cc426587e3ff43810f5b (diff)
downloaddjango_openstack_auth-9704b6f36eaf1f324e59864e29b92b69c112e62c.tar.gz
Use standard test loading features
Use the standard testscenarios library that we use throughout OpenStack to do multiple similar test runs rather than use a custom metaclass based mechanism. Change-Id: Idcda852a7497a72b96aed75d344ea9c1154dfc48
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0a80fd8..a44e927 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,3 +7,4 @@ coverage>=3.6
mox3>=0.7.0
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
oslosphinx>=2.2.0 # Apache-2.0
+testscenarios>=0.4