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
@@ -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...