From 58cd3a58b46cc1433e96c37364b8e5a463d238a5 Mon Sep 17 00:00:00 2001 From: devfred78 <97401939+devfred78@users.noreply.github.com> Date: Sun, 6 Feb 2022 15:34:35 +0100 Subject: [PATCH] change test files names --- tests/{test0.py => test0_console_blank.py} | 0 tests/{test100.py => test100_io_KeyboardTypedCharacters.py} | 0 tests/{test101.py => test101_io_HelloWorld_ForegroundRed.py} | 0 ...t102.py => test102_io_HelloWorld_ForegroundStandardColours.py} | 0 ...t103.py => test103_io_HelloWorld_BackgroundStandardColours.py} | 0 ...0_1_console_LongText_RandomStandardColours_pipInstallation.py} | 0 ...test10.py => test10_console_LongText_RandomStandardColours.py} | 0 tests/{test1_1.py => test1_1_console_HelloWord_CR_LF.py} | 0 tests/{test1.py => test1_console_HelloWorld.py} | 0 ...2.py => test2_console_HelloWorld_ForegroundStandardColours.py} | 0 ...3.py => test3_console_HelloWorld_BackgroundStandardColours.py} | 0 tests/{test4_1.py => test4_1_console_LongText_clear.py} | 0 tests/{test4.py => test4_console_LongText.py} | 0 tests/{test5.py => test5_console_LongText_bold.py} | 0 tests/{test6.py => test6_console_LongText_underline.py} | 0 tests/{test7.py => test7_console_LongText_italic.py} | 0 tests/{test8.py => test8_console_LongText_bold_italic.py} | 0 .../{test9.py => test9_console_LongText_bold_italic_underline.py} | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test0.py => test0_console_blank.py} (100%) rename tests/{test100.py => test100_io_KeyboardTypedCharacters.py} (100%) rename tests/{test101.py => test101_io_HelloWorld_ForegroundRed.py} (100%) rename tests/{test102.py => test102_io_HelloWorld_ForegroundStandardColours.py} (100%) rename tests/{test103.py => test103_io_HelloWorld_BackgroundStandardColours.py} (100%) rename tests/{test10_bis.py => test10_1_console_LongText_RandomStandardColours_pipInstallation.py} (100%) rename tests/{test10.py => test10_console_LongText_RandomStandardColours.py} (100%) rename tests/{test1_1.py => test1_1_console_HelloWord_CR_LF.py} (100%) rename tests/{test1.py => test1_console_HelloWorld.py} (100%) rename tests/{test2.py => test2_console_HelloWorld_ForegroundStandardColours.py} (100%) rename tests/{test3.py => test3_console_HelloWorld_BackgroundStandardColours.py} (100%) rename tests/{test4_1.py => test4_1_console_LongText_clear.py} (100%) rename tests/{test4.py => test4_console_LongText.py} (100%) rename tests/{test5.py => test5_console_LongText_bold.py} (100%) rename tests/{test6.py => test6_console_LongText_underline.py} (100%) rename tests/{test7.py => test7_console_LongText_italic.py} (100%) rename tests/{test8.py => test8_console_LongText_bold_italic.py} (100%) rename tests/{test9.py => test9_console_LongText_bold_italic_underline.py} (100%) diff --git a/tests/test0.py b/tests/test0_console_blank.py similarity index 100% rename from tests/test0.py rename to tests/test0_console_blank.py diff --git a/tests/test100.py b/tests/test100_io_KeyboardTypedCharacters.py similarity index 100% rename from tests/test100.py rename to tests/test100_io_KeyboardTypedCharacters.py diff --git a/tests/test101.py b/tests/test101_io_HelloWorld_ForegroundRed.py similarity index 100% rename from tests/test101.py rename to tests/test101_io_HelloWorld_ForegroundRed.py diff --git a/tests/test102.py b/tests/test102_io_HelloWorld_ForegroundStandardColours.py similarity index 100% rename from tests/test102.py rename to tests/test102_io_HelloWorld_ForegroundStandardColours.py diff --git a/tests/test103.py b/tests/test103_io_HelloWorld_BackgroundStandardColours.py similarity index 100% rename from tests/test103.py rename to tests/test103_io_HelloWorld_BackgroundStandardColours.py diff --git a/tests/test10_bis.py b/tests/test10_1_console_LongText_RandomStandardColours_pipInstallation.py similarity index 100% rename from tests/test10_bis.py rename to tests/test10_1_console_LongText_RandomStandardColours_pipInstallation.py diff --git a/tests/test10.py b/tests/test10_console_LongText_RandomStandardColours.py similarity index 100% rename from tests/test10.py rename to tests/test10_console_LongText_RandomStandardColours.py diff --git a/tests/test1_1.py b/tests/test1_1_console_HelloWord_CR_LF.py similarity index 100% rename from tests/test1_1.py rename to tests/test1_1_console_HelloWord_CR_LF.py diff --git a/tests/test1.py b/tests/test1_console_HelloWorld.py similarity index 100% rename from tests/test1.py rename to tests/test1_console_HelloWorld.py diff --git a/tests/test2.py b/tests/test2_console_HelloWorld_ForegroundStandardColours.py similarity index 100% rename from tests/test2.py rename to tests/test2_console_HelloWorld_ForegroundStandardColours.py diff --git a/tests/test3.py b/tests/test3_console_HelloWorld_BackgroundStandardColours.py similarity index 100% rename from tests/test3.py rename to tests/test3_console_HelloWorld_BackgroundStandardColours.py diff --git a/tests/test4_1.py b/tests/test4_1_console_LongText_clear.py similarity index 100% rename from tests/test4_1.py rename to tests/test4_1_console_LongText_clear.py diff --git a/tests/test4.py b/tests/test4_console_LongText.py similarity index 100% rename from tests/test4.py rename to tests/test4_console_LongText.py diff --git a/tests/test5.py b/tests/test5_console_LongText_bold.py similarity index 100% rename from tests/test5.py rename to tests/test5_console_LongText_bold.py diff --git a/tests/test6.py b/tests/test6_console_LongText_underline.py similarity index 100% rename from tests/test6.py rename to tests/test6_console_LongText_underline.py diff --git a/tests/test7.py b/tests/test7_console_LongText_italic.py similarity index 100% rename from tests/test7.py rename to tests/test7_console_LongText_italic.py diff --git a/tests/test8.py b/tests/test8_console_LongText_bold_italic.py similarity index 100% rename from tests/test8.py rename to tests/test8_console_LongText_bold_italic.py diff --git a/tests/test9.py b/tests/test9_console_LongText_bold_italic_underline.py similarity index 100% rename from tests/test9.py rename to tests/test9_console_LongText_bold_italic_underline.py