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_users.py
diff --git
a/floof/tests/functional/test_users.py
b/floof/tests/functional/test_users.py
index
cc1aeb1
..
2bd1539
100644
(file)
--- a/
floof/tests/functional/test_users.py
+++ b/
floof/tests/functional/test_users.py
@@
-2,6
+2,6
@@
from floof.tests import *
class TestUsersController(TestController):
- def test_
index
(self):
- response = self.app.get(url(controller='users', action='
index
'))
+ def test_
list
(self):
+ response = self.app.get(url(controller='users', action='
list
'))
# Test response...