MCPcopy
hub / github.com/django/django / test_gdal_full_version

Method test_gdal_full_version

tests/gis_tests/gdal_tests/tests.py:13–16  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11 self.assertIn(b".", gdal_version())
12
13 def test_gdal_full_version(self):
14 full_version = gdal_full_version()
15 self.assertIn(gdal_version(), full_version)
16 self.assertTrue(full_version.startswith(b"GDAL"))

Callers

nothing calls this directly

Calls 2

gdal_full_versionFunction · 0.90
gdal_versionFunction · 0.90

Tested by

no test coverage detected