Esempio n. 1
0
 def testRemoteSugar(self):
     tca = TreeCollectionsAPI(self.domains, get_from='api')
     try:
         test_collections_api(self, tca)
     except HTTPError as err:
         raise_http_error_with_more_detail(err)
     except Exception as err:
         raise err
 def testRemoteSugar(self):
     tca = TreeCollectionsAPI(self.domains, get_from='api')
     try:
         test_collections_api(self, tca)
     except HTTPError as err:
         raise_http_error_with_more_detail(err)
     except Exception as err:
         raise err
Esempio n. 3
0
 def testExternalSugar(self):
     tca = TreeCollectionsAPI(self.domains, get_from='external')
     test_collections_api(self, tca)
Esempio n. 4
0
 def testLocalSugar(self):
     test_collections_api(self, self.tca)
 def testExternalSugar(self):
     tca = TreeCollectionsAPI(self.domains, get_from='external')
     test_collections_api(self, tca)
 def testLocalSugar(self):
     test_collections_api(self, self.tca)