/kai/tests/functional/test_comments.py
Python | 7 lines | 4 code | 2 blank | 1 comment | 0 complexity | b52410c03e613b4d09495d40783bd25e MD5 | raw file
1from kai.tests import * 2 3class TestCommentsController(TestController): 4 5 def test_index(self): 6 response = self.app.get(url(controller='comments', action='index')) 7 # Test response...