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