From d3300f6a590db452023ab6fce8a0b943dfadb2e7 Mon Sep 17 00:00:00 2001 From: Frederic98 <13856291+Frederic98@users.noreply.github.com> Date: Tue, 18 Feb 2025 11:17:22 +0100 Subject: [PATCH] [SEM-526] Rename tests to conform with CI workflow --- ci | 2 +- tests/filetypes/{TestGCodeFile.py => testGCodeFile.py} | 0 tests/filetypes/{TestGCodeFormat.py => testGCodeFormat.py} | 0 ...penPackagingConvention.py => testOpenPackagingConvention.py} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename tests/filetypes/{TestGCodeFile.py => testGCodeFile.py} (100%) rename tests/filetypes/{TestGCodeFormat.py => testGCodeFormat.py} (100%) rename tests/filetypes/{TestOpenPackagingConvention.py => testOpenPackagingConvention.py} (100%) diff --git a/ci b/ci index 58cd8b5..f1590fd 160000 --- a/ci +++ b/ci @@ -1 +1 @@ -Subproject commit 58cd8b53178ace54427fddd3096703298c875c6d +Subproject commit f1590fd7bb0b76b7dd785afc8098d381dbdbe203 diff --git a/tests/filetypes/TestGCodeFile.py b/tests/filetypes/testGCodeFile.py similarity index 100% rename from tests/filetypes/TestGCodeFile.py rename to tests/filetypes/testGCodeFile.py diff --git a/tests/filetypes/TestGCodeFormat.py b/tests/filetypes/testGCodeFormat.py similarity index 100% rename from tests/filetypes/TestGCodeFormat.py rename to tests/filetypes/testGCodeFormat.py diff --git a/tests/filetypes/TestOpenPackagingConvention.py b/tests/filetypes/testOpenPackagingConvention.py similarity index 100% rename from tests/filetypes/TestOpenPackagingConvention.py rename to tests/filetypes/testOpenPackagingConvention.py