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