From 02ecfe262747ee60e877dcfbfbe8cecc91bcde7c Mon Sep 17 00:00:00 2001 From: Kelsey Jordahl Date: Tue, 17 Nov 2015 09:22:40 -0700 Subject: [PATCH] TST: Move the tests into the main package and subpackages --- {tests => geopandas/io/tests}/test_io.py | 0 {tests => geopandas/tests}/__init__.py | 0 .../baseline_images/test_plotting/lines_plot.png | Bin .../baseline_images/test_plotting/points_plot.png | Bin .../baseline_images/test_plotting/poly_plot.png | Bin .../test_plotting/poly_plot_with_kwargs.png | Bin {tests => geopandas/tests}/test_geocode.py | 0 {tests => geopandas/tests}/test_geodataframe.py | 0 {tests => geopandas/tests}/test_geom_methods.py | 0 {tests => geopandas/tests}/test_geoseries.py | 0 {tests => geopandas/tests}/test_overlay.py | 0 {tests => geopandas/tests}/test_plotting.py | 0 {tests => geopandas/tests}/test_sindex.py | 0 {tests => geopandas/tests}/test_types.py | 0 {tests => geopandas/tests}/util.py | 0 {tests => geopandas/tools/tests}/test_sjoin.py | 0 {tests => geopandas/tools/tests}/test_tools.py | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename {tests => geopandas/io/tests}/test_io.py (100%) rename {tests => geopandas/tests}/__init__.py (100%) rename {tests => geopandas/tests}/baseline_images/test_plotting/lines_plot.png (100%) rename {tests => geopandas/tests}/baseline_images/test_plotting/points_plot.png (100%) rename {tests => geopandas/tests}/baseline_images/test_plotting/poly_plot.png (100%) rename {tests => geopandas/tests}/baseline_images/test_plotting/poly_plot_with_kwargs.png (100%) rename {tests => geopandas/tests}/test_geocode.py (100%) rename {tests => geopandas/tests}/test_geodataframe.py (100%) rename {tests => geopandas/tests}/test_geom_methods.py (100%) rename {tests => geopandas/tests}/test_geoseries.py (100%) rename {tests => geopandas/tests}/test_overlay.py (100%) rename {tests => geopandas/tests}/test_plotting.py (100%) rename {tests => geopandas/tests}/test_sindex.py (100%) rename {tests => geopandas/tests}/test_types.py (100%) rename {tests => geopandas/tests}/util.py (100%) rename {tests => geopandas/tools/tests}/test_sjoin.py (100%) rename {tests => geopandas/tools/tests}/test_tools.py (100%) diff --git a/tests/test_io.py b/geopandas/io/tests/test_io.py similarity index 100% rename from tests/test_io.py rename to geopandas/io/tests/test_io.py diff --git a/tests/__init__.py b/geopandas/tests/__init__.py similarity index 100% rename from tests/__init__.py rename to geopandas/tests/__init__.py diff --git a/tests/baseline_images/test_plotting/lines_plot.png b/geopandas/tests/baseline_images/test_plotting/lines_plot.png similarity index 100% rename from tests/baseline_images/test_plotting/lines_plot.png rename to geopandas/tests/baseline_images/test_plotting/lines_plot.png diff --git a/tests/baseline_images/test_plotting/points_plot.png b/geopandas/tests/baseline_images/test_plotting/points_plot.png similarity index 100% rename from tests/baseline_images/test_plotting/points_plot.png rename to geopandas/tests/baseline_images/test_plotting/points_plot.png diff --git a/tests/baseline_images/test_plotting/poly_plot.png b/geopandas/tests/baseline_images/test_plotting/poly_plot.png similarity index 100% rename from tests/baseline_images/test_plotting/poly_plot.png rename to geopandas/tests/baseline_images/test_plotting/poly_plot.png diff --git a/tests/baseline_images/test_plotting/poly_plot_with_kwargs.png b/geopandas/tests/baseline_images/test_plotting/poly_plot_with_kwargs.png similarity index 100% rename from tests/baseline_images/test_plotting/poly_plot_with_kwargs.png rename to geopandas/tests/baseline_images/test_plotting/poly_plot_with_kwargs.png diff --git a/tests/test_geocode.py b/geopandas/tests/test_geocode.py similarity index 100% rename from tests/test_geocode.py rename to geopandas/tests/test_geocode.py diff --git a/tests/test_geodataframe.py b/geopandas/tests/test_geodataframe.py similarity index 100% rename from tests/test_geodataframe.py rename to geopandas/tests/test_geodataframe.py diff --git a/tests/test_geom_methods.py b/geopandas/tests/test_geom_methods.py similarity index 100% rename from tests/test_geom_methods.py rename to geopandas/tests/test_geom_methods.py diff --git a/tests/test_geoseries.py b/geopandas/tests/test_geoseries.py similarity index 100% rename from tests/test_geoseries.py rename to geopandas/tests/test_geoseries.py diff --git a/tests/test_overlay.py b/geopandas/tests/test_overlay.py similarity index 100% rename from tests/test_overlay.py rename to geopandas/tests/test_overlay.py diff --git a/tests/test_plotting.py b/geopandas/tests/test_plotting.py similarity index 100% rename from tests/test_plotting.py rename to geopandas/tests/test_plotting.py diff --git a/tests/test_sindex.py b/geopandas/tests/test_sindex.py similarity index 100% rename from tests/test_sindex.py rename to geopandas/tests/test_sindex.py diff --git a/tests/test_types.py b/geopandas/tests/test_types.py similarity index 100% rename from tests/test_types.py rename to geopandas/tests/test_types.py diff --git a/tests/util.py b/geopandas/tests/util.py similarity index 100% rename from tests/util.py rename to geopandas/tests/util.py diff --git a/tests/test_sjoin.py b/geopandas/tools/tests/test_sjoin.py similarity index 100% rename from tests/test_sjoin.py rename to geopandas/tools/tests/test_sjoin.py diff --git a/tests/test_tools.py b/geopandas/tools/tests/test_tools.py similarity index 100% rename from tests/test_tools.py rename to geopandas/tools/tests/test_tools.py