コード例 #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())
コード例 #4
0
 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())