Loading tests/functional/test_annotators.py +1 −1 Original line number Diff line number Diff line Loading @@ -88,5 +88,5 @@ def test_invalid_name(test_client, init_database): # 2. assert b"Annotator - Main page" in response.data # 3. assert b"This keyword is used, account is no longer available!" in response.data assert b"""This name is not used for this keyword! Have you logged in with this keyword before? If not, someone has already used it!""" in response.data tests/functional/test_batches.py +0 −4 Original line number Diff line number Diff line Loading @@ -129,7 +129,3 @@ def test_resubmit_same_batch(test_client, init_database): assert b"Batch 1 already submitted!" in response.data tests/functional/test_homepage.py +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ def test_home_page(test_client): response = test_client.get('/') assert response.status_code == 200 assert b"Homepage" in response.data assert b"This is a simple website using <strong> Best-Worst-Scaling</strong></a> for items evaluation." in response.data assert b"""This is a simple website using """ in response.data def test_user_homepage(test_client): """ Loading Loading
tests/functional/test_annotators.py +1 −1 Original line number Diff line number Diff line Loading @@ -88,5 +88,5 @@ def test_invalid_name(test_client, init_database): # 2. assert b"Annotator - Main page" in response.data # 3. assert b"This keyword is used, account is no longer available!" in response.data assert b"""This name is not used for this keyword! Have you logged in with this keyword before? If not, someone has already used it!""" in response.data
tests/functional/test_batches.py +0 −4 Original line number Diff line number Diff line Loading @@ -129,7 +129,3 @@ def test_resubmit_same_batch(test_client, init_database): assert b"Batch 1 already submitted!" in response.data
tests/functional/test_homepage.py +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ def test_home_page(test_client): response = test_client.get('/') assert response.status_code == 200 assert b"Homepage" in response.data assert b"This is a simple website using <strong> Best-Worst-Scaling</strong></a> for items evaluation." in response.data assert b"""This is a simple website using """ in response.data def test_user_homepage(test_client): """ Loading