summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2017-10-30 10:17:17 -0400
committerDoug Hellmann <doug@doughellmann.com>2017-10-30 12:37:23 -0400
commitcec0faa7111ce93b5f99622b8e6174d66b25b6d0 (patch)
treee60447c422f95a8b2303898d7c17ccd4e4151bec /test-requirements.txt
parent86d9f0e8cb9b47bdb07cb389a0f262eb42a5b2d4 (diff)
downloadnova-cec0faa7111ce93b5f99622b8e6174d66b25b6d0.tar.gz
add whereto for testing redirect rules
Use whereto to test that the redirect rules do what we expect. The test coverage is a bit minimal for now, but should be useful as an example of how it can be extended. The test files in the openstack-manuals repo provide some other examples. Depends-On: I36003d3525dcc9fef8e5f008ecabb2b2ac78088e Change-Id: Ia14bfa6c89fd04844842d727d11ff8874ec7fc2a Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 5dc6ae93ca..bfffc7b109 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -36,3 +36,6 @@ reno>=2.5.0 # Apache-2.0
# placement functional tests
wsgi-intercept>=1.4.1 # MIT License
+
+# redirect tests in docs
+whereto>=0.3.0 # Apache-2.0