From cec0faa7111ce93b5f99622b8e6174d66b25b6d0 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 30 Oct 2017 10:17:17 -0400 Subject: 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 --- test-requirements.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test-requirements.txt') 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 -- cgit v1.2.1