projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
695513c382ed09e249a686623c463ae6de50525b
[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...