tiny
This commit is contained in:
parent
fc43d1f25d
commit
ecded4daf3
|
@ -8,7 +8,7 @@ class AppTestCase(unittest.TestCase):
|
|||
def test_root_text(self):
|
||||
tester = app.test_client(self)
|
||||
response = tester.get('/')
|
||||
assert 'Hello world!' in response.data
|
||||
assert 'Hello world! Hi!' in response.data
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in New Issue