projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Test suite runs and passes!
[zzz-floof.git]
/
floof
/
tests
/
functional
/
test_account.py
diff --git
a/floof/tests/functional/test_account.py
b/floof/tests/functional/test_account.py
index
27eb4c3
..
b7f46e6
100644
(file)
--- a/
floof/tests/functional/test_account.py
+++ b/
floof/tests/functional/test_account.py
@@
-2,6
+2,6
@@
from floof.tests import *
class TestAccountController(TestController):
- def test_
index
(self):
- response = self.app.get(url(controller='account', action='
index
'))
+ def test_
login
(self):
+ response = self.app.get(url(controller='account', action='
login
'))
# Test response...