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