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