From 10870e6e2ff20cbc9077b9601e5a7d2dc6edfacd Mon Sep 17 00:00:00 2001 From: Sam Holt <48217392+samjrholt@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:51:16 +0100 Subject: [PATCH] Rename relax test --- oommfc/tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oommfc/tests/conftest.py b/oommfc/tests/conftest.py index e8f87b7..d4447a3 100644 --- a/oommfc/tests/conftest.py +++ b/oommfc/tests/conftest.py @@ -2,7 +2,7 @@ import oommfc as oc -not_supported_by_oommf = ["test_check_for_energy_and_dynamics", "test_relaxdriver"] +not_supported_by_oommf = ["test_relax_check_for_energy", "test_relaxdriver"] @pytest.fixture(scope="module")