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