summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geos_tests/test_mutable_list.py
AgeCommit message (Expand)Author
2025-07-21Used assertRaisesMessage and subTest where appropriate in GEOS tests.David Smith
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-09-28Refs #28909 -- Simplifed code using unpacking generalizations.Sergey Fedoseev
2017-09-03Refs #25225 -- Removed test for removed ListMixin._IndexError.Nick Pope
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-12-14Fixed #25662 -- Allowed creation of empty GEOS geometries.Sergey Fedoseev
2015-08-18Fixed #25225 -- Simplified code to remove GEOSIndexErrorTim Graham
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham