def getTestDataset2(self, project=None):
     return dbhelpers.getDataset(self.gateway, 'testds2', project)
 def getTestDataset2(self, project=None):
     return dbhelpers.getDataset(self.gateway, 'testds2', project)
Exemple #3
0
 def getTestDataset(self, project=None):
     return dbhelpers.getDataset(self.gateway, "testds1", project)