Ejemplo n.º 1
0
 def setUp(self):
     self.tree = ElementTree(file=PROVIDERS_PATH)
     self.countries_from_xml = self.tree.findall('country')
     self.db = ServiceProvidersParser()
     self.countries_from_class = self.db.get_countries()