Remove more unnecesary tests

This commit is contained in:
leigh-mil
2019-06-20 13:48:33 -04:00
parent f76d67dddb
commit a0f6d98d28
2 changed files with 0 additions and 68 deletions

View File

@@ -184,18 +184,3 @@ def test_task_order_form_shows_errors(client, user_session, task_order):
body = response.data.decode()
assert "There were some errors" in body
assert "Not a valid decimal" in body
@pytest.mark.skip(reason="Update after implementing new TO form")
def test_task_order_review_when_complete(client, user_session, task_order):
pass
@pytest.mark.skip(reason="Update after implementing new TO form")
def test_task_order_review_when_not_complete(client, user_session, task_order):
pass
@pytest.mark.skip(reason="Update after implementing new TO form")
def test_task_order_review_and_sign(client, user_session, task_order):
pass