Merge pull request #1103 from alphagov/testing-doc

Testing doc
This commit is contained in:
Rebecca Law
2017-02-03 10:44:38 +00:00
committed by GitHub
5 changed files with 167 additions and 1 deletions

View File

@@ -100,3 +100,8 @@ def email_template():
@main.route('/documentation')
def documentation():
abort(410)
@main.route('/integration_testing')
def integration_testing():
return render_template('views/integration_testing.html')