/kai/tests/functional/test_tracs.py
https://bitbucket.org/bbangert/kai/ · Python · 7 lines · 4 code · 2 blank · 1 comment · 0 complexity · 334d10e609e4d90e8a046cc66aea715c MD5 · raw file
- from kai.tests import *
- class TestTracsController(TestController):
- def test_index(self):
- response = self.app.get(url(controller='tracs', action='index'))
- # Test response...