From e867f69ad90525821066f3b07a9d105cba430e12 Mon Sep 17 00:00:00 2001 From: zimmersandro Date: Fri, 13 Mar 2026 17:49:29 +0100 Subject: [PATCH] build: changed name of test/codewars to test/test_codewars --- tests/{codewars => test_codewars}/test_building_blocks.py | 0 tests/{codewars => test_codewars}/test_ceasar_cipher_helper.py | 0 tests/{codewars => test_codewars}/test_force_of_gravity.py | 0 .../test_next_bigger_number_same_digits.py | 0 tests/{codewars => test_codewars}/test_object_oriented_piracy.py | 0 tests/{codewars => test_codewars}/test_pagination_helper.py | 0 tests/{codewars => test_codewars}/test_the_lamp.py | 0 tests/{codewars => test_codewars}/test_thinkful_quarks.py | 0 tests/{codewars => test_codewars}/test_thinkful_vectors.py | 0 tests/{codewars => test_codewars}/test_version_manager.py | 0 tests/{codewars => test_codewars}/test_vigenere_cipher_helper.py | 0 tests/{codewars => test_codewars}/test_who_the_most_money.py | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename tests/{codewars => test_codewars}/test_building_blocks.py (100%) rename tests/{codewars => test_codewars}/test_ceasar_cipher_helper.py (100%) rename tests/{codewars => test_codewars}/test_force_of_gravity.py (100%) rename tests/{codewars => test_codewars}/test_next_bigger_number_same_digits.py (100%) rename tests/{codewars => test_codewars}/test_object_oriented_piracy.py (100%) rename tests/{codewars => test_codewars}/test_pagination_helper.py (100%) rename tests/{codewars => test_codewars}/test_the_lamp.py (100%) rename tests/{codewars => test_codewars}/test_thinkful_quarks.py (100%) rename tests/{codewars => test_codewars}/test_thinkful_vectors.py (100%) rename tests/{codewars => test_codewars}/test_version_manager.py (100%) rename tests/{codewars => test_codewars}/test_vigenere_cipher_helper.py (100%) rename tests/{codewars => test_codewars}/test_who_the_most_money.py (100%) diff --git a/tests/codewars/test_building_blocks.py b/tests/test_codewars/test_building_blocks.py similarity index 100% rename from tests/codewars/test_building_blocks.py rename to tests/test_codewars/test_building_blocks.py diff --git a/tests/codewars/test_ceasar_cipher_helper.py b/tests/test_codewars/test_ceasar_cipher_helper.py similarity index 100% rename from tests/codewars/test_ceasar_cipher_helper.py rename to tests/test_codewars/test_ceasar_cipher_helper.py diff --git a/tests/codewars/test_force_of_gravity.py b/tests/test_codewars/test_force_of_gravity.py similarity index 100% rename from tests/codewars/test_force_of_gravity.py rename to tests/test_codewars/test_force_of_gravity.py diff --git a/tests/codewars/test_next_bigger_number_same_digits.py b/tests/test_codewars/test_next_bigger_number_same_digits.py similarity index 100% rename from tests/codewars/test_next_bigger_number_same_digits.py rename to tests/test_codewars/test_next_bigger_number_same_digits.py diff --git a/tests/codewars/test_object_oriented_piracy.py b/tests/test_codewars/test_object_oriented_piracy.py similarity index 100% rename from tests/codewars/test_object_oriented_piracy.py rename to tests/test_codewars/test_object_oriented_piracy.py diff --git a/tests/codewars/test_pagination_helper.py b/tests/test_codewars/test_pagination_helper.py similarity index 100% rename from tests/codewars/test_pagination_helper.py rename to tests/test_codewars/test_pagination_helper.py diff --git a/tests/codewars/test_the_lamp.py b/tests/test_codewars/test_the_lamp.py similarity index 100% rename from tests/codewars/test_the_lamp.py rename to tests/test_codewars/test_the_lamp.py diff --git a/tests/codewars/test_thinkful_quarks.py b/tests/test_codewars/test_thinkful_quarks.py similarity index 100% rename from tests/codewars/test_thinkful_quarks.py rename to tests/test_codewars/test_thinkful_quarks.py diff --git a/tests/codewars/test_thinkful_vectors.py b/tests/test_codewars/test_thinkful_vectors.py similarity index 100% rename from tests/codewars/test_thinkful_vectors.py rename to tests/test_codewars/test_thinkful_vectors.py diff --git a/tests/codewars/test_version_manager.py b/tests/test_codewars/test_version_manager.py similarity index 100% rename from tests/codewars/test_version_manager.py rename to tests/test_codewars/test_version_manager.py diff --git a/tests/codewars/test_vigenere_cipher_helper.py b/tests/test_codewars/test_vigenere_cipher_helper.py similarity index 100% rename from tests/codewars/test_vigenere_cipher_helper.py rename to tests/test_codewars/test_vigenere_cipher_helper.py diff --git a/tests/codewars/test_who_the_most_money.py b/tests/test_codewars/test_who_the_most_money.py similarity index 100% rename from tests/codewars/test_who_the_most_money.py rename to tests/test_codewars/test_who_the_most_money.py