X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/2bb6d6e6d79441c4918bd903eae9099f03a65675..78e8e474570281219830844ca29076fad52b5020:/floof/tests/functional/test_tag.py diff --git a/floof/tests/functional/test_tag.py b/floof/tests/functional/test_tag.py new file mode 100644 index 0000000..8424b43 --- /dev/null +++ b/floof/tests/functional/test_tag.py @@ -0,0 +1,7 @@ +from floof.tests import * + +class TestTagController(TestController): + + def test_index(self): + response = self.app.get(url(controller='tag', action='index')) + # Test response...