From 034be9cba657bec69056084339d34ddaa1cdebc0 Mon Sep 17 00:00:00 2001 From: Niko Yasui Date: Thu, 31 Oct 2024 16:32:05 -0600 Subject: [PATCH] refactor: moved definition_part tests to tests/definition_part --- tests/definition_part/__init__.py | 0 tests/{ => definition_part}/test_DefinitionPart.py | 0 tests/{ => definition_part}/test_generate_configurations.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/definition_part/__init__.py rename tests/{ => definition_part}/test_DefinitionPart.py (100%) rename tests/{ => definition_part}/test_generate_configurations.py (100%) diff --git a/tests/definition_part/__init__.py b/tests/definition_part/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/test_DefinitionPart.py b/tests/definition_part/test_DefinitionPart.py similarity index 100% rename from tests/test_DefinitionPart.py rename to tests/definition_part/test_DefinitionPart.py diff --git a/tests/test_generate_configurations.py b/tests/definition_part/test_generate_configurations.py similarity index 100% rename from tests/test_generate_configurations.py rename to tests/definition_part/test_generate_configurations.py