908d1bcc5303147a9a1b0a1819b48cf9c160ea0e
[zzz-floof.git] / floof / tests / functional / test_comments.py
1 from floof.tests import *
2
3 class TestCommentsController(TestController):
4
5 def test_index(self):
6 response = self.app.get(url(controller='comments', action='index'))
7 # Test response...