summaryrefslogtreecommitdiff
path: root/tests/gis_tests/inspectapp/tests.py
AgeCommit message (Expand)Author
2026-02-09Added DatabaseFeatures.supports_inspectdb.Tim Graham
2025-09-16Fixed OGRInspectTest.test_time_field with memory Spatialite database.David Smith
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2023-06-29Fixed #34684 -- Dropped support for GDAL 2.2 and 2.3.Mariusz Felisiak
2022-03-17Removed usage of django.db.utils.ConnectionHandler.databases.Florian Apolloner
2022-03-16Fixed #33577 -- Confirmed support for GDAL 3.4.Mariusz Felisiak
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-20Fixed #33453 -- Dropped support for GDAL 2.1.Mariusz Felisiak
2021-08-23Fixed #33030 -- Fixed broken links to GDAL docs.Märt Häkkinen
2021-01-13Removed redundant database vendor helpers in gis_tests/utils.py.Tim Graham
2020-11-09Renamed BaseSpatialOperations.geography to BaseSpatialFeatures.supports_geogr...Tim Graham
2019-10-18Added gis_tests.utils.mariadb hook.Mariusz Felisiak
2019-03-03Reverted "Fixed relative paths imports per isort 4.3.5."Mariusz Felisiak
2019-02-25Fixed relative paths imports per isort 4.3.5.Mariusz Felisiak
2019-02-08Fixed #30166 -- Dropped support for GDAL 1.11.Tim Graham
2018-11-27Switched TestCase to SimpleTestCase in GIS tests.Tim Graham
2018-09-26Refs #29784 -- Switched to https:// links where available.Jon Dufresne
2018-07-13Refs #29548 -- Fixed GIS tests on MariaDBClaude Paroz
2018-06-12Fixed #29483 -- Confirmed support for GDAL 2.3.Tim Graham
2018-06-01Fixed #29461 -- Fixed ogrinspect test_time_field failure on SpatiaLite.Tim Graham
2018-06-01Fixed #29462 -- Fixed ogrinspect test failures with GDAL 2.2.Tim Graham
2017-09-20Fixed #28617 -- Made ogrinspect output pep8 compliant.Thomas Schorr
2017-05-04Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.Tim Graham
2017-05-04Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-08-09Unified SpatiaLite spellingClaude Paroz
2016-06-21Fixed #26750 -- Fixed introspection for geography point field with dim=3Claude Paroz
2016-06-18Fixed #26753 -- Made GDAL a required dependency for contrib.gisClaude Paroz
2015-11-17Fixed #25682 -- Removed bare except clauses.Attila Tovt
2015-08-10Removed deprecated GeoManager from inspectdb/ogrinspect output.Tim Graham
2015-06-20Added GDAL 2.0 supportClaude Paroz
2015-05-06Fixed #24207 -- Added 25D-type geometry field support to ogrinspectClaude Paroz
2015-05-05Made some tests run on non-GIS databasesClaude Paroz
2015-03-18Fixed #23757 -- Added 3D introspection support to Spatialite backendClaude Paroz
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham