exclude yolo
This commit is contained in:
parent
8a979eb35b
commit
66ab1cdde8
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class UnitTest(unittest.TestCase):
|
||||||
|
|
||||||
def test_play(self):
|
def test_play(self):
|
||||||
NB_QUESTION = 9
|
NB_QUESTION = 9
|
||||||
for q in range(NB_QUESTION) :
|
for q in range(1,NB_QUESTION) :
|
||||||
rv = self.app.get('/play/TEST/'+str(q)+'/')
|
rv = self.app.get('/play/TEST/'+str(q)+'/')
|
||||||
self.assertEqual(rv.status, '200 OK')
|
self.assertEqual(rv.status, '200 OK')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue