PageRenderTime 25ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/kai/tests/functional/test_comments.py

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