예제 #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())
예제 #5
0
 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())