diff --git a/tests/orchestration/prefect-viadot_tests/.env.example b/tests/orchestration/prefect_tests/.env.example similarity index 100% rename from tests/orchestration/prefect-viadot_tests/.env.example rename to tests/orchestration/prefect_tests/.env.example diff --git a/tests/orchestration/prefect-viadot_tests/conftest.py b/tests/orchestration/prefect_tests/conftest.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/conftest.py rename to tests/orchestration/prefect_tests/conftest.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_cloud_for_customers.py b/tests/orchestration/prefect_tests/flows/test_cloud_for_customers.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_cloud_for_customers.py rename to tests/orchestration/prefect_tests/flows/test_cloud_for_customers.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_exchange_rates.py b/tests/orchestration/prefect_tests/flows/test_exchange_rates.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_exchange_rates.py rename to tests/orchestration/prefect_tests/flows/test_exchange_rates.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_sap_to_redshift_spectrum.py b/tests/orchestration/prefect_tests/flows/test_sap_to_redshift_spectrum.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_sap_to_redshift_spectrum.py rename to tests/orchestration/prefect_tests/flows/test_sap_to_redshift_spectrum.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_sharepoint_to_adls.py b/tests/orchestration/prefect_tests/flows/test_sharepoint_to_adls.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_sharepoint_to_adls.py rename to tests/orchestration/prefect_tests/flows/test_sharepoint_to_adls.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_sharepoint_to_redshift_spectrum.py b/tests/orchestration/prefect_tests/flows/test_sharepoint_to_redshift_spectrum.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_sharepoint_to_redshift_spectrum.py rename to tests/orchestration/prefect_tests/flows/test_sharepoint_to_redshift_spectrum.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_sharepoint_to_s3.py b/tests/orchestration/prefect_tests/flows/test_sharepoint_to_s3.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_sharepoint_to_s3.py rename to tests/orchestration/prefect_tests/flows/test_sharepoint_to_s3.py diff --git a/tests/orchestration/prefect-viadot_tests/flows/test_transform_and_catalog.py b/tests/orchestration/prefect_tests/flows/test_transform_and_catalog.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/flows/test_transform_and_catalog.py rename to tests/orchestration/prefect_tests/flows/test_transform_and_catalog.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_adls.py b/tests/orchestration/prefect_tests/integration/test_adls.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_adls.py rename to tests/orchestration/prefect_tests/integration/test_adls.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_databricks.py b/tests/orchestration/prefect_tests/integration/test_databricks.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_databricks.py rename to tests/orchestration/prefect_tests/integration/test_databricks.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_dbt.py b/tests/orchestration/prefect_tests/integration/test_dbt.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_dbt.py rename to tests/orchestration/prefect_tests/integration/test_dbt.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_exchange_rates_tasks.py b/tests/orchestration/prefect_tests/integration/test_exchange_rates_tasks.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_exchange_rates_tasks.py rename to tests/orchestration/prefect_tests/integration/test_exchange_rates_tasks.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_git.py b/tests/orchestration/prefect_tests/integration/test_git.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_git.py rename to tests/orchestration/prefect_tests/integration/test_git.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_luma.py b/tests/orchestration/prefect_tests/integration/test_luma.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_luma.py rename to tests/orchestration/prefect_tests/integration/test_luma.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_redshift_spectrum.py b/tests/orchestration/prefect_tests/integration/test_redshift_spectrum.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_redshift_spectrum.py rename to tests/orchestration/prefect_tests/integration/test_redshift_spectrum.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_s3.py b/tests/orchestration/prefect_tests/integration/test_s3.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_s3.py rename to tests/orchestration/prefect_tests/integration/test_s3.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_sap_rfc.py b/tests/orchestration/prefect_tests/integration/test_sap_rfc.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_sap_rfc.py rename to tests/orchestration/prefect_tests/integration/test_sap_rfc.py diff --git a/tests/orchestration/prefect-viadot_tests/integration/test_sharepoint_tasks.py b/tests/orchestration/prefect_tests/integration/test_sharepoint_tasks.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/integration/test_sharepoint_tasks.py rename to tests/orchestration/prefect_tests/integration/test_sharepoint_tasks.py diff --git a/tests/orchestration/prefect-viadot_tests/pytest.ini b/tests/orchestration/prefect_tests/pytest.ini similarity index 100% rename from tests/orchestration/prefect-viadot_tests/pytest.ini rename to tests/orchestration/prefect_tests/pytest.ini diff --git a/tests/orchestration/prefect-viadot_tests/resources/metadata/.luma/config.yaml b/tests/orchestration/prefect_tests/resources/metadata/.luma/config.yaml similarity index 100% rename from tests/orchestration/prefect-viadot_tests/resources/metadata/.luma/config.yaml rename to tests/orchestration/prefect_tests/resources/metadata/.luma/config.yaml diff --git a/tests/orchestration/prefect-viadot_tests/resources/metadata/.luma/owners.yaml b/tests/orchestration/prefect_tests/resources/metadata/.luma/owners.yaml similarity index 100% rename from tests/orchestration/prefect-viadot_tests/resources/metadata/.luma/owners.yaml rename to tests/orchestration/prefect_tests/resources/metadata/.luma/owners.yaml diff --git a/tests/orchestration/prefect-viadot_tests/resources/metadata/model/catalog.json b/tests/orchestration/prefect_tests/resources/metadata/model/catalog.json similarity index 100% rename from tests/orchestration/prefect-viadot_tests/resources/metadata/model/catalog.json rename to tests/orchestration/prefect_tests/resources/metadata/model/catalog.json diff --git a/tests/orchestration/prefect-viadot_tests/resources/metadata/model/manifest.json b/tests/orchestration/prefect_tests/resources/metadata/model/manifest.json similarity index 100% rename from tests/orchestration/prefect-viadot_tests/resources/metadata/model/manifest.json rename to tests/orchestration/prefect_tests/resources/metadata/model/manifest.json diff --git a/tests/orchestration/prefect-viadot_tests/resources/metadata/model_run/run_results.json b/tests/orchestration/prefect_tests/resources/metadata/model_run/run_results.json similarity index 100% rename from tests/orchestration/prefect-viadot_tests/resources/metadata/model_run/run_results.json rename to tests/orchestration/prefect_tests/resources/metadata/model_run/run_results.json diff --git a/tests/orchestration/prefect-viadot_tests/unit/config.yaml.example b/tests/orchestration/prefect_tests/unit/config.yaml.example similarity index 100% rename from tests/orchestration/prefect-viadot_tests/unit/config.yaml.example rename to tests/orchestration/prefect_tests/unit/config.yaml.example diff --git a/tests/orchestration/prefect-viadot_tests/unit/test_git.py b/tests/orchestration/prefect_tests/unit/test_git.py similarity index 100% rename from tests/orchestration/prefect-viadot_tests/unit/test_git.py rename to tests/orchestration/prefect_tests/unit/test_git.py