Exemplo n.º 1
0
 def testRemoteSugar(self):
     taa = TaxonomicAmendmentsAPI(self.domains, get_from='api')
     try:
         test_amendments_api(self, taa)
     except HTTPError as err:
         raise_http_error_with_more_detail(err)
     except Exception as err:
         raise err
Exemplo n.º 2
0
 def testRemoteSugar(self):
     taa = TaxonomicAmendmentsAPI(self.domains, get_from="api")
     try:
         test_amendments_api(self, taa)
     except HTTPError as err:
         raise_http_error_with_more_detail(err)
     except Exception as err:
         raise err
Exemplo n.º 3
0
 def testLocalSugar(self):
     taa = TaxonomicAmendmentsAPI(self.domains, get_from='local')
     test_amendments_api(self, taa)
Exemplo n.º 4
0
 def testLocalSugar(self):
     test_amendments_api(self, self.taa)
Exemplo n.º 5
0
 def testLocalSugar(self):
     taa = TaxonomicAmendmentsAPI(self.domains, get_from="local")
     test_amendments_api(self, taa)