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