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