From cb9bac0c83b7dd6d9153fc153b7282c26fe466f6 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 5 Jun 2011 15:33:48 -0500 Subject: [PATCH] Just a bit of formatting for these unfinished tests ;) --- mediagoblin/tests/test_auth.py | 6 ++++-- 1 file 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 -- 2.25.1