From 69ac65795a73b43245f26230d82ac309a81df4d7 Mon Sep 17 00:00:00 2001 From: zimmersandro Date: Sat, 4 Apr 2026 20:13:07 +0200 Subject: [PATCH] build: renamed directory from test_tutorial to tests_tutorial for pytest --- tests/{test_tutorial => tests_tutorial}/shop/test_pricing.py | 0 .../{test_tutorial => tests_tutorial}/test_catching_exeptions.py | 0 .../{test_tutorial => tests_tutorial}/test_kata_list_filtering.py | 0 .../{test_tutorial => tests_tutorial}/test_pandas_filter_rows.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test_tutorial => tests_tutorial}/shop/test_pricing.py (100%) rename tests/{test_tutorial => tests_tutorial}/test_catching_exeptions.py (100%) rename tests/{test_tutorial => tests_tutorial}/test_kata_list_filtering.py (100%) rename tests/{test_tutorial => tests_tutorial}/test_pandas_filter_rows.py (100%) diff --git a/tests/test_tutorial/shop/test_pricing.py b/tests/tests_tutorial/shop/test_pricing.py similarity index 100% rename from tests/test_tutorial/shop/test_pricing.py rename to tests/tests_tutorial/shop/test_pricing.py diff --git a/tests/test_tutorial/test_catching_exeptions.py b/tests/tests_tutorial/test_catching_exeptions.py similarity index 100% rename from tests/test_tutorial/test_catching_exeptions.py rename to tests/tests_tutorial/test_catching_exeptions.py diff --git a/tests/test_tutorial/test_kata_list_filtering.py b/tests/tests_tutorial/test_kata_list_filtering.py similarity index 100% rename from tests/test_tutorial/test_kata_list_filtering.py rename to tests/tests_tutorial/test_kata_list_filtering.py diff --git a/tests/test_tutorial/test_pandas_filter_rows.py b/tests/tests_tutorial/test_pandas_filter_rows.py similarity index 100% rename from tests/test_tutorial/test_pandas_filter_rows.py rename to tests/tests_tutorial/test_pandas_filter_rows.py