X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/4d414773b1f0106e2d8c1cbe2bb0fed28a4d02de..79cb1c0d3048c165fd3b9ff287ee1fbe361f904d:/floof/tests/functional/test_tag.py diff --git a/floof/tests/functional/test_tag.py b/floof/tests/functional/test_tag.py index 8424b43..6d014f7 100644 --- a/floof/tests/functional/test_tag.py +++ b/floof/tests/functional/test_tag.py @@ -2,6 +2,8 @@ from floof.tests import * class TestTagController(TestController): - def test_index(self): - response = self.app.get(url(controller='tag', action='index')) + def test_nothing(self): + # Tag controller only does things. Doesn't show things yet. + pass + #response = self.app.get(url(controller='tag', action='index')) # Test response...