aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_auth.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-06-05 15:33:48 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-06-05 15:33:48 -0500
commitcb9bac0c83b7dd6d9153fc153b7282c26fe466f6 (patch)
tree0614b1f8ea9a95bb7b811c05cc46b0fb329ae8a0 /mediagoblin/tests/test_auth.py
parent7eac428526f92b308c9d041f3f427f8ad008b3d0 (diff)
downloadmediagoblin-cb9bac0c83b7dd6d9153fc153b7282c26fe466f6.tar.lz
mediagoblin-cb9bac0c83b7dd6d9153fc153b7282c26fe466f6.tar.xz
mediagoblin-cb9bac0c83b7dd6d9153fc153b7282c26fe466f6.zip
Just a bit of formatting for these unfinished tests ;)
Diffstat (limited to 'mediagoblin/tests/test_auth.py')
-rw-r--r--mediagoblin/tests/test_auth.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/mediagoblin/tests/test_auth.py b/mediagoblin/tests/test_auth.py
index 6631c675..7a46a1ff 100644
--- a/mediagoblin/tests/test_auth.py
+++ b/mediagoblin/tests/test_auth.py
@@ -144,6 +144,8 @@ def test_register_views():
## Make sure we get email confirmation
## Try logging in
- # We shouldn't be able to register with that user twice though...
+ # Uniqueness checks
+ # -----------------
+ ## We shouldn't be able to register with that user twice
- # Also check for double instances of an email address
+ ## Also check for double instances of an email address