aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-06-05 18:16:31 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-06-05 18:16:31 -0500
commit2fecc29d06f882541a2b476a618e22a0a90d2736 (patch)
treeaaffd1faba73a51dceba46d7d4cb01cea1532bf6
parent8a869db8e46d120ff12854462e828220cd5ebf6a (diff)
downloadmediagoblin-2fecc29d06f882541a2b476a618e22a0a90d2736.tar.lz
mediagoblin-2fecc29d06f882541a2b476a618e22a0a90d2736.tar.xz
mediagoblin-2fecc29d06f882541a2b476a618e22a0a90d2736.zip
Docstring for test_register_views()
-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()