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