summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@gmail.com>2016-07-04 12:28:28 +1000
committerSteve Martinelli <s.martinelli@gmail.com>2016-09-30 05:45:25 +0000
commitb8024ff8c682037d6ad441b0c2def23447e26f2f (patch)
tree606404e43222f23364e3c9cc8cdce93e3cd8fae3 /test-requirements.txt
parent6a5ef484f2c1767fc332461eb13b3c44fa799c59 (diff)
downloadkeystonemiddleware-b8024ff8c682037d6ad441b0c2def23447e26f2f.tar.gz
Return and use an app wherever possible4.10.0
Audit middleware does a lot of faking up environments and calling methods instead of just running the middleware. It's a whole bunch easier to just run the middleware wherever possible. This means we don't have to stub context from tests as these tests actually pass through the wsgi layer correctly. Ideally we would do more of this. Change-Id: I95377f030b07ffae18698ecc3c82cc6aa1dddbc7
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 68ac56d..2845998 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -19,6 +19,7 @@ testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=0.2.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
python-memcached>=1.56 # PSF
+WebTest>=2.0 # MIT
# Bandit security code scanner
bandit>=1.1.0 # Apache-2.0