From 5ba14953bb370dc256fb58a82a319259f7a0855d Mon Sep 17 00:00:00 2001 From: Michelle Ark Date: Tue, 7 May 2024 17:48:57 -0400 Subject: [PATCH] move unit test to tests/unit/graph --- .../test_selector_methods.py} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename tests/unit/{test_graph_selector_methods.py => graph/test_selector_methods.py} (99%) diff --git a/tests/unit/test_graph_selector_methods.py b/tests/unit/graph/test_selector_methods.py similarity index 99% rename from tests/unit/test_graph_selector_methods.py rename to tests/unit/graph/test_selector_methods.py index ffc7784411b..28ed9202f86 100644 --- a/tests/unit/test_graph_selector_methods.py +++ b/tests/unit/graph/test_selector_methods.py @@ -30,6 +30,7 @@ UnitTestSelectorMethod, VersionSelectorMethod, ) +from tests.unit.utils import replace_config from tests.unit.utils.manifest import ( make_exposure, make_group, @@ -42,8 +43,6 @@ make_unit_test, ) -from .utils import replace_config - def search_manifest_using_method(manifest, method, selection): selected = method.search(