summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geos_tests/test_io.py
AgeCommit message (Expand)Author
2026-02-19Fixed #36929 -- Dropped support for GEOS 3.9.Pravin Kamble
2025-10-17Refs #35844 -- Relaxed GEOSIOTest.test02_wktwriter() test assertion.Mariusz Felisiak
2025-07-21Added message to TypeError exceptions in GEOS WKTReader and WKBReader.David Smith
2025-07-21Used assertRaisesMessage and subTest where appropriate in GEOS tests.David Smith
2022-09-24Fixed #34026 -- Fixed WKBReader.read() crash on string input.select-case
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-10-21Fixed #33215 -- Confirmed support for GEOS 3.10.Mariusz Felisiak
2017-05-04Removed obsolete HAS_GEOS variable for test skipping.Tim Graham
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-12-15Fixed #25938 -- Factored out CPointerBase base class for GEOSBase/GDALBase.Sergey Fedoseev
2016-12-06Refs #26789 -- Fixed output of WKBWriter for empty points and polygons.Sergey Fedoseev
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-04-16Fixed #26510 -- Allowed dim/trim/precision as WKTWriter init argumentsClaude Paroz
2016-04-16Converted property syntax of WKBWriterClaude Paroz
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-12-18Fixed #25869 -- Added trim and precision properties to WKTWriter.Sergey Fedoseev
2015-04-24Removed many HAS_GEOS conditional importsClaude Paroz
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham