summaryrefslogtreecommitdiff
path: root/tests/gis_tests/geoapp/test_feeds.py
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-11-27Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-05-04Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2015-04-24Removed many HAS_GEOS conditional importsClaude Paroz
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham