diff --git a/tests/routes/test_request_approval.py b/tests/routes/requests/approval.py similarity index 100% rename from tests/routes/test_request_approval.py rename to tests/routes/requests/approval.py diff --git a/tests/routes/test_financial_verification.py b/tests/routes/requests/financial_verification.py similarity index 100% rename from tests/routes/test_financial_verification.py rename to tests/routes/requests/financial_verification.py diff --git a/tests/routes/test_requests_index.py b/tests/routes/requests/index.py similarity index 100% rename from tests/routes/test_requests_index.py rename to tests/routes/requests/index.py diff --git a/tests/routes/test_request_details.py b/tests/routes/requests/requests_form/details.py similarity index 100% rename from tests/routes/test_request_details.py rename to tests/routes/requests/requests_form/details.py diff --git a/tests/routes/test_request_edit.py b/tests/routes/requests/requests_form/edit.py similarity index 100% rename from tests/routes/test_request_edit.py rename to tests/routes/requests/requests_form/edit.py diff --git a/tests/routes/test_request_new.py b/tests/routes/requests/requests_form/new.py similarity index 100% rename from tests/routes/test_request_new.py rename to tests/routes/requests/requests_form/new.py diff --git a/tests/routes/test_request_submit.py b/tests/routes/requests/requests_form/submit.py similarity index 100% rename from tests/routes/test_request_submit.py rename to tests/routes/requests/requests_form/submit.py