projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
merged. Oh no, we have two different user relationship models. Mine's in relations...
[zzz-floof.git]
/
floof
/
tests
/
functional
/
test_gallery.py
1
from
floof
.
tests
import
*
2
3
class
TestGalleryController
(
TestController
):
4
5
def
test_index
(
self
):
6
response
=
self
.
app
.
get
(
url
(
controller
=
'gallery'
,
action
=
'index'
))
7
# Test response...