From 2fecc29d06f882541a2b476a618e22a0a90d2736 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 5 Jun 2011 18:16:31 -0500 Subject: [PATCH] Docstring for test_register_views() --- mediagoblin/tests/test_auth.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mediagoblin/tests/test_auth.py b/mediagoblin/tests/test_auth.py index 0f954ee0..cf6d48f5 100644 --- a/mediagoblin/tests/test_auth.py +++ b/mediagoblin/tests/test_auth.py @@ -66,6 +66,9 @@ def test_bcrypt_gen_password_hash(): def test_register_views(): + """ + Massive test function that all our registration-related views all work. + """ util.clear_test_template_context() test_app = get_test_app() -- 2.25.1