From 27369509f822e77c1710833b70caa21d87aef7dc Mon Sep 17 00:00:00 2001 From: FBruzzesi Date: Fri, 19 Jul 2024 10:34:11 +0200 Subject: [PATCH] tests location --- tests/{expr => expr_and_series}/name/__init__.py | 0 tests/{expr => expr_and_series}/name/map_test.py | 0 tests/{expr => expr_and_series}/name/prefix_test.py | 0 tests/{expr => expr_and_series}/name/suffix_test.py | 0 tests/{expr => expr_and_series}/name/to_lowercase_test.py | 0 tests/{expr => expr_and_series}/name/to_uppercase_test.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename tests/{expr => expr_and_series}/name/__init__.py (100%) rename tests/{expr => expr_and_series}/name/map_test.py (100%) rename tests/{expr => expr_and_series}/name/prefix_test.py (100%) rename tests/{expr => expr_and_series}/name/suffix_test.py (100%) rename tests/{expr => expr_and_series}/name/to_lowercase_test.py (100%) rename tests/{expr => expr_and_series}/name/to_uppercase_test.py (100%) diff --git a/tests/expr/name/__init__.py b/tests/expr_and_series/name/__init__.py similarity index 100% rename from tests/expr/name/__init__.py rename to tests/expr_and_series/name/__init__.py diff --git a/tests/expr/name/map_test.py b/tests/expr_and_series/name/map_test.py similarity index 100% rename from tests/expr/name/map_test.py rename to tests/expr_and_series/name/map_test.py diff --git a/tests/expr/name/prefix_test.py b/tests/expr_and_series/name/prefix_test.py similarity index 100% rename from tests/expr/name/prefix_test.py rename to tests/expr_and_series/name/prefix_test.py diff --git a/tests/expr/name/suffix_test.py b/tests/expr_and_series/name/suffix_test.py similarity index 100% rename from tests/expr/name/suffix_test.py rename to tests/expr_and_series/name/suffix_test.py diff --git a/tests/expr/name/to_lowercase_test.py b/tests/expr_and_series/name/to_lowercase_test.py similarity index 100% rename from tests/expr/name/to_lowercase_test.py rename to tests/expr_and_series/name/to_lowercase_test.py diff --git a/tests/expr/name/to_uppercase_test.py b/tests/expr_and_series/name/to_uppercase_test.py similarity index 100% rename from tests/expr/name/to_uppercase_test.py rename to tests/expr_and_series/name/to_uppercase_test.py