Add login to security blueprint

This commit is contained in:
Matt Wright
2012-08-16 15:18:49 -04:00
parent 2fcfb80e8e
commit 1d378a6827
6 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class DefaultSecurityTests(SecurityTest):
def test_login_view(self):
r = self._get('/login')
self.assertIn('Login Page', r.data)
self.assertIn('<h1>Login</h1>', r.data)
def test_authenticate(self):
r = self.authenticate()