From 372134282044ff16e9605a06cfaf5080576e485c Mon Sep 17 00:00:00 2001 From: doctorpangloss <@hiddenswitch.com> Date: Fri, 19 Jul 2024 17:50:05 -0700 Subject: [PATCH] Move testing pack --- .../testing_nodes/{testing-pack => testing_pack}/__init__.py | 0 .../testing_nodes/{testing-pack => testing_pack}/conditions.py | 0 .../testing_nodes/{testing-pack => testing_pack}/flow_control.py | 0 .../{testing-pack => testing_pack}/specific_tests.py | 0 .../testing_nodes/{testing-pack => testing_pack}/stubs.py | 0 .../testing_nodes/{testing-pack => testing_pack}/tools.py | 0 .../testing_nodes/{testing-pack => testing_pack}/util.py | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename tests/inference/testing_nodes/{testing-pack => testing_pack}/__init__.py (100%) rename tests/inference/testing_nodes/{testing-pack => testing_pack}/conditions.py (100%) rename tests/inference/testing_nodes/{testing-pack => testing_pack}/flow_control.py (100%) rename tests/inference/testing_nodes/{testing-pack => testing_pack}/specific_tests.py (100%) rename tests/inference/testing_nodes/{testing-pack => testing_pack}/stubs.py (100%) rename tests/inference/testing_nodes/{testing-pack => testing_pack}/tools.py (100%) rename tests/inference/testing_nodes/{testing-pack => testing_pack}/util.py (100%) diff --git a/tests/inference/testing_nodes/testing-pack/__init__.py b/tests/inference/testing_nodes/testing_pack/__init__.py similarity index 100% rename from tests/inference/testing_nodes/testing-pack/__init__.py rename to tests/inference/testing_nodes/testing_pack/__init__.py diff --git a/tests/inference/testing_nodes/testing-pack/conditions.py b/tests/inference/testing_nodes/testing_pack/conditions.py similarity index 100% rename from tests/inference/testing_nodes/testing-pack/conditions.py rename to tests/inference/testing_nodes/testing_pack/conditions.py diff --git a/tests/inference/testing_nodes/testing-pack/flow_control.py b/tests/inference/testing_nodes/testing_pack/flow_control.py similarity index 100% rename from tests/inference/testing_nodes/testing-pack/flow_control.py rename to tests/inference/testing_nodes/testing_pack/flow_control.py diff --git a/tests/inference/testing_nodes/testing-pack/specific_tests.py b/tests/inference/testing_nodes/testing_pack/specific_tests.py similarity index 100% rename from tests/inference/testing_nodes/testing-pack/specific_tests.py rename to tests/inference/testing_nodes/testing_pack/specific_tests.py diff --git a/tests/inference/testing_nodes/testing-pack/stubs.py b/tests/inference/testing_nodes/testing_pack/stubs.py similarity index 100% rename from tests/inference/testing_nodes/testing-pack/stubs.py rename to tests/inference/testing_nodes/testing_pack/stubs.py diff --git a/tests/inference/testing_nodes/testing-pack/tools.py b/tests/inference/testing_nodes/testing_pack/tools.py similarity index 100% rename from tests/inference/testing_nodes/testing-pack/tools.py rename to tests/inference/testing_nodes/testing_pack/tools.py diff --git a/tests/inference/testing_nodes/testing-pack/util.py b/tests/inference/testing_nodes/testing_pack/util.py similarity index 100% rename from tests/inference/testing_nodes/testing-pack/util.py rename to tests/inference/testing_nodes/testing_pack/util.py