/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
- from kai.tests import *
- class TestTracebacksController(TestController):
- def test_index(self):
- response = self.app.get(url(controller='tracebacks', action='index'))
- # Test response...