From 87af1b7221c769527e15bec74a2f03ec1e5444a2 Mon Sep 17 00:00:00 2001 From: Joseph Capriotti Date: Mon, 21 Oct 2024 22:44:34 -0600 Subject: [PATCH] Revert "rename test files" This reverts commit 89f779e9be094558f2f1dabe3947f6d4a696096d. --- tests/em/fdem/{test_base.py => test_em_fdem_base.py} | 0 .../{test_electric_dipole.py => test_em_fdem_electric_dipole.py} | 0 tests/em/fdem/{test_layered.py => test_em_fdem_layered.py} | 0 .../{test_magnetic_dipole.py => test_em_fdem_magnetic_dipole.py} | 0 tests/em/fdem/{test_planewave.py => test_em_fdem_planewave.py} | 0 tests/em/static/{test_static.py => test_em_static.py} | 0 .../static/{test_wholespace.py => test_em_static_wholespace.py} | 0 tests/em/tdem/{test_base.py => test_em_tdem_base.py} | 0 .../{test_electric_dipole.py => test_em_tdem_electric_dipole.py} | 0 tests/em/tdem/{test_halfspace.py => test_em_tdem_halfspace.py} | 0 tests/em/tdem/{test_planewave.py => test_em_tdem_planewave.py} | 0 tests/em/{test_base.py => test_em_base.py} | 0 tests/em/{test_simple.py => test_em_simple.py} | 0 13 files changed, 0 insertions(+), 0 deletions(-) rename tests/em/fdem/{test_base.py => test_em_fdem_base.py} (100%) rename tests/em/fdem/{test_electric_dipole.py => test_em_fdem_electric_dipole.py} (100%) rename tests/em/fdem/{test_layered.py => test_em_fdem_layered.py} (100%) rename tests/em/fdem/{test_magnetic_dipole.py => test_em_fdem_magnetic_dipole.py} (100%) rename tests/em/fdem/{test_planewave.py => test_em_fdem_planewave.py} (100%) rename tests/em/static/{test_static.py => test_em_static.py} (100%) rename tests/em/static/{test_wholespace.py => test_em_static_wholespace.py} (100%) rename tests/em/tdem/{test_base.py => test_em_tdem_base.py} (100%) rename tests/em/tdem/{test_electric_dipole.py => test_em_tdem_electric_dipole.py} (100%) rename tests/em/tdem/{test_halfspace.py => test_em_tdem_halfspace.py} (100%) rename tests/em/tdem/{test_planewave.py => test_em_tdem_planewave.py} (100%) rename tests/em/{test_base.py => test_em_base.py} (100%) rename tests/em/{test_simple.py => test_em_simple.py} (100%) diff --git a/tests/em/fdem/test_base.py b/tests/em/fdem/test_em_fdem_base.py similarity index 100% rename from tests/em/fdem/test_base.py rename to tests/em/fdem/test_em_fdem_base.py diff --git a/tests/em/fdem/test_electric_dipole.py b/tests/em/fdem/test_em_fdem_electric_dipole.py similarity index 100% rename from tests/em/fdem/test_electric_dipole.py rename to tests/em/fdem/test_em_fdem_electric_dipole.py diff --git a/tests/em/fdem/test_layered.py b/tests/em/fdem/test_em_fdem_layered.py similarity index 100% rename from tests/em/fdem/test_layered.py rename to tests/em/fdem/test_em_fdem_layered.py diff --git a/tests/em/fdem/test_magnetic_dipole.py b/tests/em/fdem/test_em_fdem_magnetic_dipole.py similarity index 100% rename from tests/em/fdem/test_magnetic_dipole.py rename to tests/em/fdem/test_em_fdem_magnetic_dipole.py diff --git a/tests/em/fdem/test_planewave.py b/tests/em/fdem/test_em_fdem_planewave.py similarity index 100% rename from tests/em/fdem/test_planewave.py rename to tests/em/fdem/test_em_fdem_planewave.py diff --git a/tests/em/static/test_static.py b/tests/em/static/test_em_static.py similarity index 100% rename from tests/em/static/test_static.py rename to tests/em/static/test_em_static.py diff --git a/tests/em/static/test_wholespace.py b/tests/em/static/test_em_static_wholespace.py similarity index 100% rename from tests/em/static/test_wholespace.py rename to tests/em/static/test_em_static_wholespace.py diff --git a/tests/em/tdem/test_base.py b/tests/em/tdem/test_em_tdem_base.py similarity index 100% rename from tests/em/tdem/test_base.py rename to tests/em/tdem/test_em_tdem_base.py diff --git a/tests/em/tdem/test_electric_dipole.py b/tests/em/tdem/test_em_tdem_electric_dipole.py similarity index 100% rename from tests/em/tdem/test_electric_dipole.py rename to tests/em/tdem/test_em_tdem_electric_dipole.py diff --git a/tests/em/tdem/test_halfspace.py b/tests/em/tdem/test_em_tdem_halfspace.py similarity index 100% rename from tests/em/tdem/test_halfspace.py rename to tests/em/tdem/test_em_tdem_halfspace.py diff --git a/tests/em/tdem/test_planewave.py b/tests/em/tdem/test_em_tdem_planewave.py similarity index 100% rename from tests/em/tdem/test_planewave.py rename to tests/em/tdem/test_em_tdem_planewave.py diff --git a/tests/em/test_base.py b/tests/em/test_em_base.py similarity index 100% rename from tests/em/test_base.py rename to tests/em/test_em_base.py diff --git a/tests/em/test_simple.py b/tests/em/test_em_simple.py similarity index 100% rename from tests/em/test_simple.py rename to tests/em/test_em_simple.py