Child: [691801] (diff)
Download this file
1 2 3 4 5 6 7
from forgechat.tests import TestController class TestRootController(TestController): def test_root_index(self): response = self.app.get('/chat/').follow() assert 'Log for' in response