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