/kai/tests/functional/test_docs.py

https://bitbucket.org/bbangert/kai/ · Python · 7 lines · 4 code · 2 blank · 1 comment · 0 complexity · fd2d753cdf2dd2740c17e2245f085159 MD5 · raw file

  1. from kai.tests import *
  2. class TestDocsController(TestController):
  3. def test_index(self):
  4. response = self.app.get(url(controller='docs', action='index'))
  5. # Test response...