From 013548ed4c5b4c99bbecbfd999c962ecebd6b320 Mon Sep 17 00:00:00 2001 From: Montana Date: Wed, 28 Nov 2018 16:03:58 -0500 Subject: [PATCH] Fix name errors --- .../routes/requests/requests_form/{details.py => test_details.py} | 0 tests/routes/requests/requests_form/{edit.py => test_edit.py} | 0 tests/routes/requests/requests_form/{new.py => test_new.py} | 0 tests/routes/requests/requests_form/{submit.py => test_submit.py} | 0 tests/routes/requests/{approval.py => test_approval.py} | 0 .../{financial_verification.py => test_financial_verification.py} | 0 tests/routes/requests/{index.py => test_index.py} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename tests/routes/requests/requests_form/{details.py => test_details.py} (100%) rename tests/routes/requests/requests_form/{edit.py => test_edit.py} (100%) rename tests/routes/requests/requests_form/{new.py => test_new.py} (100%) rename tests/routes/requests/requests_form/{submit.py => test_submit.py} (100%) rename tests/routes/requests/{approval.py => test_approval.py} (100%) rename tests/routes/requests/{financial_verification.py => test_financial_verification.py} (100%) rename tests/routes/requests/{index.py => test_index.py} (100%) diff --git a/tests/routes/requests/requests_form/details.py b/tests/routes/requests/requests_form/test_details.py similarity index 100% rename from tests/routes/requests/requests_form/details.py rename to tests/routes/requests/requests_form/test_details.py diff --git a/tests/routes/requests/requests_form/edit.py b/tests/routes/requests/requests_form/test_edit.py similarity index 100% rename from tests/routes/requests/requests_form/edit.py rename to tests/routes/requests/requests_form/test_edit.py diff --git a/tests/routes/requests/requests_form/new.py b/tests/routes/requests/requests_form/test_new.py similarity index 100% rename from tests/routes/requests/requests_form/new.py rename to tests/routes/requests/requests_form/test_new.py diff --git a/tests/routes/requests/requests_form/submit.py b/tests/routes/requests/requests_form/test_submit.py similarity index 100% rename from tests/routes/requests/requests_form/submit.py rename to tests/routes/requests/requests_form/test_submit.py diff --git a/tests/routes/requests/approval.py b/tests/routes/requests/test_approval.py similarity index 100% rename from tests/routes/requests/approval.py rename to tests/routes/requests/test_approval.py diff --git a/tests/routes/requests/financial_verification.py b/tests/routes/requests/test_financial_verification.py similarity index 100% rename from tests/routes/requests/financial_verification.py rename to tests/routes/requests/test_financial_verification.py diff --git a/tests/routes/requests/index.py b/tests/routes/requests/test_index.py similarity index 100% rename from tests/routes/requests/index.py rename to tests/routes/requests/test_index.py