Docstring for test_register_views()

This commit is contained in:
Christopher Allan Webber 2011-06-05 18:16:31 -05:00
parent 8a869db8e4
commit 2fecc29d06

View File

@ -66,6 +66,9 @@ def test_bcrypt_gen_password_hash():
def test_register_views(): def test_register_views():
"""
Massive test function that all our registration-related views all work.
"""
util.clear_test_template_context() util.clear_test_template_context()
test_app = get_test_app() test_app = get_test_app()