From 9a58da31216fa2b82b79601967efe3720b9e766d Mon Sep 17 00:00:00 2001 From: Ali Hamdan Date: Sat, 4 May 2024 20:55:01 +0200 Subject: [PATCH] Rename tests/test_shapely to tests/shapely --- tests/{test_shapely => shapely}/__init__.py | 0 tests/{test_shapely => shapely}/test_affinity.py | 0 tests/{test_shapely => shapely}/test_constructive.py | 0 tests/{test_shapely => shapely}/test_coordinates.py | 0 tests/{test_shapely => shapely}/test_creation.py | 0 tests/{test_shapely => shapely}/test_geometry.py | 0 tests/{test_shapely => shapely}/test_io.py | 0 tests/{test_shapely => shapely}/test_linear.py | 0 tests/{test_shapely => shapely}/test_measurement.py | 0 tests/{test_shapely => shapely}/test_ops.py | 0 tests/{test_shapely => shapely}/test_predicates.py | 0 tests/{test_shapely => shapely}/test_prepared.py | 0 tests/{test_shapely => shapely}/test_set_operations.py | 0 tests/{test_shapely => shapely}/test_strtree.py | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename tests/{test_shapely => shapely}/__init__.py (100%) rename tests/{test_shapely => shapely}/test_affinity.py (100%) rename tests/{test_shapely => shapely}/test_constructive.py (100%) rename tests/{test_shapely => shapely}/test_coordinates.py (100%) rename tests/{test_shapely => shapely}/test_creation.py (100%) rename tests/{test_shapely => shapely}/test_geometry.py (100%) rename tests/{test_shapely => shapely}/test_io.py (100%) rename tests/{test_shapely => shapely}/test_linear.py (100%) rename tests/{test_shapely => shapely}/test_measurement.py (100%) rename tests/{test_shapely => shapely}/test_ops.py (100%) rename tests/{test_shapely => shapely}/test_predicates.py (100%) rename tests/{test_shapely => shapely}/test_prepared.py (100%) rename tests/{test_shapely => shapely}/test_set_operations.py (100%) rename tests/{test_shapely => shapely}/test_strtree.py (100%) diff --git a/tests/test_shapely/__init__.py b/tests/shapely/__init__.py similarity index 100% rename from tests/test_shapely/__init__.py rename to tests/shapely/__init__.py diff --git a/tests/test_shapely/test_affinity.py b/tests/shapely/test_affinity.py similarity index 100% rename from tests/test_shapely/test_affinity.py rename to tests/shapely/test_affinity.py diff --git a/tests/test_shapely/test_constructive.py b/tests/shapely/test_constructive.py similarity index 100% rename from tests/test_shapely/test_constructive.py rename to tests/shapely/test_constructive.py diff --git a/tests/test_shapely/test_coordinates.py b/tests/shapely/test_coordinates.py similarity index 100% rename from tests/test_shapely/test_coordinates.py rename to tests/shapely/test_coordinates.py diff --git a/tests/test_shapely/test_creation.py b/tests/shapely/test_creation.py similarity index 100% rename from tests/test_shapely/test_creation.py rename to tests/shapely/test_creation.py diff --git a/tests/test_shapely/test_geometry.py b/tests/shapely/test_geometry.py similarity index 100% rename from tests/test_shapely/test_geometry.py rename to tests/shapely/test_geometry.py diff --git a/tests/test_shapely/test_io.py b/tests/shapely/test_io.py similarity index 100% rename from tests/test_shapely/test_io.py rename to tests/shapely/test_io.py diff --git a/tests/test_shapely/test_linear.py b/tests/shapely/test_linear.py similarity index 100% rename from tests/test_shapely/test_linear.py rename to tests/shapely/test_linear.py diff --git a/tests/test_shapely/test_measurement.py b/tests/shapely/test_measurement.py similarity index 100% rename from tests/test_shapely/test_measurement.py rename to tests/shapely/test_measurement.py diff --git a/tests/test_shapely/test_ops.py b/tests/shapely/test_ops.py similarity index 100% rename from tests/test_shapely/test_ops.py rename to tests/shapely/test_ops.py diff --git a/tests/test_shapely/test_predicates.py b/tests/shapely/test_predicates.py similarity index 100% rename from tests/test_shapely/test_predicates.py rename to tests/shapely/test_predicates.py diff --git a/tests/test_shapely/test_prepared.py b/tests/shapely/test_prepared.py similarity index 100% rename from tests/test_shapely/test_prepared.py rename to tests/shapely/test_prepared.py diff --git a/tests/test_shapely/test_set_operations.py b/tests/shapely/test_set_operations.py similarity index 100% rename from tests/test_shapely/test_set_operations.py rename to tests/shapely/test_set_operations.py diff --git a/tests/test_shapely/test_strtree.py b/tests/shapely/test_strtree.py similarity index 100% rename from tests/test_shapely/test_strtree.py rename to tests/shapely/test_strtree.py