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