test.py update
This commit is contained in:
parent
2648634b7b
commit
b6bd2a595d
1 changed files with 2 additions and 3 deletions
|
@ -14,7 +14,7 @@ class UnitTest(unittest.TestCase):
|
|||
rv = self.app.get('/play/TEST')
|
||||
self.assertEqual(rv.status, '200 OK')
|
||||
|
||||
def test_end(self):
|
||||
def test_end(self):
|
||||
rv = self.app.get('/end/TEST')
|
||||
self.assertEqual(rv.status, '200 OK')
|
||||
|
||||
|
@ -23,5 +23,4 @@ class UnitTest(unittest.TestCase):
|
|||
self.assertEqual(rv.status,'200 OK')
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in a new issue