X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/bedce37c00ee72650787b590e0e549bf6971f2e3..366dedf71b3cdd775251c7cea4b1519b44b37164:/floof/tests/functional/test_gallery.py?ds=sidebyside diff --git a/floof/tests/functional/test_gallery.py b/floof/tests/functional/test_gallery.py new file mode 100644 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...