Beispiel #1
0
 def testSupportedDbTypes(self):
     self.assertIn('gpkg', supportedDbTypes())
Beispiel #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())
Beispiel #6
0
 def testSupportedDbTypes(self):
     self.assertIn('spatialite', supportedDbTypes())
Beispiel #7
0
 def testSupportedDbTypes(self):
     self.assertIn("gpkg", supportedDbTypes())