MCPcopy
hub / github.com/django/django / test01_valid_driver

Method test01_valid_driver

tests/gis_tests/gdal_tests/test_driver.py:45–49  ·  view source on GitHub ↗

Testing valid GDAL/OGR Data Source Drivers.

(self)

Source from the content-addressed store, hash-verified

43
44class DriverTest(unittest.TestCase):
45 def test01_valid_driver(self):
46 "Testing valid GDAL/OGR Data Source Drivers."
47 for d in valid_drivers:
48 dr = Driver(d)
49 self.assertEqual(d, str(dr))
50
51 def test02_invalid_driver(self):
52 "Testing invalid GDAL/OGR Data Source Drivers."

Callers

nothing calls this directly

Calls 1

DriverClass · 0.90

Tested by

no test coverage detected