aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_auth.py
diff options
context:
space:
mode:
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