Exemplo n.º 1
0
 def setUp(self):
     self.competition = Competition.load(TEST_COMPETITION_TREE)
Exemplo n.º 2
0
 def test_load_with_unknown_format(self):
     with self.assertRaises(CompetitionFormatError):
         competition = Competition.load({}, data_format="xml")
     with self.assertRaises(CompetitionFormatError):
         competition = Competition.load({}, data_format="soap")