/kai/tests/functional/test_tracebacks.py

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

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