summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geos_tests
AgeCommit message (Expand)Author
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-05-13Refs #26333 -- Reverted inadvertent edits to fix tests.Tim Graham
2016-05-13Fixed #26333 -- Made GIS Geometry classes deconstructible.Nicolas NoƩ
2016-04-17Fixed #25951 -- Trimmed default representation of GEOSGeometryClaude Paroz
2016-04-16Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init argumentsClaude Paroz
2016-04-16Converted property syntax of WKBWriterClaude Paroz
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2016-01-07Reverted #25961 -- Removed handling of thread-non-safe GEOS functions.Tim Graham
2015-12-23Fixed #25961 -- Removed handling of thread-non-safe GEOS functions.Sergey Fedoseev
2015-12-22Fixed #25950 -- Added support for GEOSisClosed.Sergey Fedoseev
2015-12-18Fixed #25869 -- Added trim and precision properties to WKTWriter.Sergey Fedoseev
2015-12-14Fixed #25662 -- Allowed creation of empty GEOS geometries.Sergey Fedoseev
2015-11-25Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.Sergey Fedoseev
2015-11-23Refs #25663 -- Fixed checking of the number of points for LineString if initi...Sergey Fedoseev
2015-11-20Fixed #25722 -- Added the GEOSGeometry.covers() method.Sergey Fedoseev
2015-11-20Removed skipIf for GEOSTest.test_linearref which already exists at class level.Sergey Fedoseev
2015-11-18Fixed #25654 -- Added the GEOSGeometry.unary_union property.Sergey Fedoseev
2015-11-18Fixed #25663 -- Added checking of the number of points for LinearRing and Lin...Sergey Fedoseev
2015-11-18Fixed #25665 -- Deprecated getter/setter of Point.tuple.Sergey Fedoseev
2015-11-18Refs #25665 -- Deprecated getters/setters of Point coordinate properties.Sergey Fedoseev
2015-11-18Refs #25665 -- Deprecated getter/setter of GEOSGeometry.srid.Sergey Fedoseev
2015-11-07Fixed GIS test failures when GDAL is not installedClaude Paroz
2015-11-02Fixed #25661 -- Fixed checking number of points during list assignment for `L...Sergey Fedoseev
2015-11-02Fixed #25664 -- Fixed `dims` for `Point`Sergey Fedoseev
2015-11-01Fixed #25655 -- Dropped support for GEOS < 3.3Sergey Fedoseev
2015-10-24Fixed #25583 -- Allowed calling `transform` with `CoordTransform` even if SRI...Sergey Fedoseev
2015-10-21Fixed #25580 -- Allowed `None` to be set as SRID value.Sergey Fedoseev
2015-08-18Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham
2015-07-18Replaced try/finally by mock.patch in geos testsClaude Paroz
2015-04-28Fixed #24714 -- Used more specific assertions than assertEqual in tests.Alasdair Nicol
2015-04-24Removed many HAS_GEOS conditional importsClaude Paroz
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham