X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/7c20a2661d532fe1e338f0f0dfb9fe42113ab103..79cb1c0d3048c165fd3b9ff287ee1fbe361f904d:/floof/tests/functional/test_comments.py?ds=sidebyside diff --git a/floof/tests/functional/test_comments.py b/floof/tests/functional/test_comments.py index 908d1bc..8bebe13 100644 --- a/floof/tests/functional/test_comments.py +++ b/floof/tests/functional/test_comments.py @@ -2,6 +2,10 @@ from floof.tests import * class TestCommentsController(TestController): - def test_index(self): - response = self.app.get(url(controller='comments', action='index')) + def test_nothing(self): + # Can't stub out testing comments. Need to actually + # post one for anything in the controller to make + # sense. + pass + #response = self.app.get(url(controller='comments', action='index')) # Test response...