Child: [691801] (diff)

Download this file

test_root.py    8 lines (5 with data), 206 Bytes

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