diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-05 18:16:31 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-06-05 18:16:31 -0500 |
commit | 2fecc29d06f882541a2b476a618e22a0a90d2736 (patch) | |
tree | aaffd1faba73a51dceba46d7d4cb01cea1532bf6 | |
parent | 8a869db8e46d120ff12854462e828220cd5ebf6a (diff) | |
download | mediagoblin-2fecc29d06f882541a2b476a618e22a0a90d2736.tar.lz mediagoblin-2fecc29d06f882541a2b476a618e22a0a90d2736.tar.xz mediagoblin-2fecc29d06f882541a2b476a618e22a0a90d2736.zip |
Docstring for test_register_views()
-rw-r--r-- | mediagoblin/tests/test_auth.py | 3 |
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() |