X-Git-Url: http://git.veekun.com/zzz-floof.git/blobdiff_plain/d2cfab09f98980d5c1d433a9e75eb65e0b13b0aa..refs/heads/master:/floof/tests/functional/test_comments.py 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...