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