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
 def testExternalSugar(self):
     tca = TreeCollectionsAPI(self.domains, get_from='external')
     test_collections_api(self, tca)
 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)