Test Apache redirect rules.
Go to file
Doug Hellmann 7e37a20c79 add support for testing paths are not redirected
Add support for tests that ensure no existing rule redirects by having
the test assume a response code of 200.

Change-Id: I2aa1ada7e85c5e8066fdae634a4cf38b64ec821b
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-10-11 14:58:49 -04:00
doc add support for testing paths are not redirected 2017-10-11 14:58:49 -04:00
releasenotes/notes add release notes for new features in the upcoming release 2017-09-28 13:31:48 -04:00
tools fix CI configuration issues 2017-09-20 14:30:03 -04:00
whereto add support for testing paths are not redirected 2017-10-11 14:58:49 -04:00
.coveragerc Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
.gitignore Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
.gitreview Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
.mailmap Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
.testr.conf Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
HACKING.rst Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
LICENSE Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
README.rst update documentation URL 2017-08-23 15:39:43 -04:00
babel.cfg Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
requirements.txt Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
setup.cfg stub in command line app 2017-08-23 11:57:46 -04:00
setup.py Initial Cookiecutter Commit. 2017-08-23 11:16:01 -04:00
test-requirements.txt update documentation 2017-08-23 15:27:40 -04:00
tox.ini fix CI configuration issues 2017-09-20 14:30:03 -04:00

README.rst

whereto

Test Apache redirect rules.

whereto is an app for testing redirect rules like what may appear in a .htaccess file for Apache. It provides a way to test those rules in CI jobs.