projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
merged in my branch 'resources', which is not aptly named anymore since it no longer...
[zzz-floof.git]
/
floof
/
tests
/
functional
/
test_gallery.py
diff --git a/floof/tests/functional/test_gallery.py
b/floof/tests/functional/test_gallery.py
new file mode 100644
(file)
index 0000000..
695513c
--- /dev/null
+++ b/
floof/tests/functional/test_gallery.py
@@ -0,0
+1,7
@@
+from floof.tests import *
+
+class TestGalleryController(TestController):
+
+ def test_index(self):
+ response = self.app.get(url(controller='gallery', action='index'))
+ # Test response...