Esempio n. 1
0
 def testLocalSugar(self):
     test_phylesystem_api_for_study(self, self.pa, 'xy_10')
 def testExternalSugar(self):
     pa = PhylesystemAPI(self.domains, get_from='external')
     test_phylesystem_api_for_study(self, pa)
Esempio n. 3
0
 def testStudy(self):
     test_phylesystem_api_for_study(self, self.ot.study)
 def testRemoteSugar(self):
     pa = PhylesystemAPI(self.domains, get_from='api')
     test_phylesystem_api_for_study(self, pa)
 def testRemoteTransSugar(self):
     pa = PhylesystemAPI(self.domains, get_from='api', transform='server')
     test_phylesystem_api_for_study(self, pa)
Esempio n. 6
0
 def testExternalSugar(self):
     pa = PhylesystemAPI(self.domains, get_from='external')
     test_phylesystem_api_for_study(self, pa)
Esempio n. 7
0
 def testRemoteSugar(self):
     pa = PhylesystemAPI(self.domains, get_from='api')
     test_phylesystem_api_for_study(self, pa)
Esempio n. 8
0
 def testRemoteTransSugar(self):
     pa = PhylesystemAPI(self.domains, get_from='api', transform='server')
     test_phylesystem_api_for_study(self, pa)