projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cc1aeb1980c4ea67d48d6df8e1f97e2fa61ba0f4
[zzz-floof.git]
/
floof
/
tests
/
functional
/
test_users.py
1
from
floof
.
tests
import
*
2
3
class
TestUsersController
(
TestController
):
4
5
def
test_index
(
self
):
6
response
=
self
.
app
.
get
(
url
(
controller
=
'users'
,
action
=
'index'
))
7
# Test response...