test.py update
このコミットが含まれているのは:
コミット
2648634b7b
1個のファイルの変更、1行の追加、1行の削除
|
|
@ -16,7 +16,7 @@ class UnitTest(unittest.TestCase):
|
||||||
|
|
||||||
def test_end(self):
|
def test_end(self):
|
||||||
rv = self.app.get('/end/TEST')
|
rv = self.app.get('/end/TEST')
|
||||||
self.assertEqual(rv.status, '200 OK')
|
self.assertEqual(rv.status, '200 OK')
|
||||||
|
|
||||||
def test_lost(self):
|
def test_lost(self):
|
||||||
rv = self.app.get('/lost/TEST')
|
rv = self.app.get('/lost/TEST')
|
||||||
|
|
|
||||||
読み込み中…
新しいイシューから参照