Example #1
0
 def testSupportedDbTypes(self):
     self.assertIn('gpkg', supportedDbTypes())
Example #2
0
 def testSupportedDbTypes(self):
     self.assertIn('gpkg', supportedDbTypes())
Example #3
0
 def testSupportedDbTypes(self):
     self.assertIn('postgis', supportedDbTypes())
 def testSupportedDbTypes(self):
     self.assertIn('postgis', supportedDbTypes())
 def testSupportedDbTypes(self):
     self.assertIn('spatialite', supportedDbTypes())
Example #6
0
 def testSupportedDbTypes(self):
     self.assertIn('spatialite', supportedDbTypes())
Example #7
0
 def testSupportedDbTypes(self):
     self.assertIn("gpkg", supportedDbTypes())