aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/tests/test_auth.py3
1 files changed, 3 insertions, 0 deletions
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()