Commit Graph
6 Commits
Author SHA1 Message Date
noraderam 0061fb8df9 TST: Implement skipped geometry tests for GeoSeries 2014-07-11 17:32:15 -05:00
Kelsey Jordahl 10722da48e PY3: Use explicit relative imports in tests 2014-04-15 18:12:09 -04:00
Kelsey Jordahl f6325fb772 PY3: Use string.ascii_lowercase for compatibility and locale independence 2014-04-15 17:59:08 -04:00
Jacob Wasserman aab741e4e3 Re-enable operator overload tests for GeoSeries. 2013-12-27 11:17:46 -05:00
Jacob Wasserman 0f1debae99 Rename equals methods to geom_equals
Renames on GeoPandasBase:
* equals() -> geom_equals()
* almost_equals() -> geom_almost_equals()
* equals_exact() -> geom_equals_exact()
2013-12-27 11:17:46 -05:00
Jacob Wasserman 1f6dfbde17 Move tests to test_geom_methods.py
For geometry tests, test both the GeoSeries and GeoDataFrame versions.

If the method's input is also a GeoSeries, test the input for both
GeoSeries and GeoDataFrame as well.

For example, for intersects(), test the following combination of inputs:
GeoSeries, GeoSeries,
GeoDataFrame, GeoSeries,
GeoSeries, GeoDataFrame,
GeoDataFrame, GeoDataFrame

Helper functions are provided to test all combinations
2013-12-27 11:17:46 -05:00