Ejemplo n.º 1
0
 def testSupportedDbTypes(self):
     self.assertIn('gpkg', supportedDbTypes())
Ejemplo n.º 2
0
 def testSupportedDbTypes(self):
     self.assertIn('gpkg', supportedDbTypes())
Ejemplo n.º 3
0
 def testSupportedDbTypes(self):
     self.assertIn('postgis', supportedDbTypes())
 def testSupportedDbTypes(self):
     self.assertIn('postgis', supportedDbTypes())
Ejemplo n.º 5
0
 def testSupportedDbTypes(self):
     self.assertIn('spatialite', supportedDbTypes())
Ejemplo n.º 6
0
 def testSupportedDbTypes(self):
     self.assertIn('spatialite', supportedDbTypes())
Ejemplo n.º 7
0
 def testSupportedDbTypes(self):
     self.assertIn("gpkg", supportedDbTypes())