Ejemplo n.º 1
0
 def init_instance_fixtures(self):
     super(CalendarAliasTestCase, self).init_instance_fixtures()
     self.dispatcher = TradingCalendarDispatcher(
         # Make copies here so that tests that mutate the dispatcher dicts
         # are isolated from one another.
         **{k: v.copy()
            for k, v in self.dispatcher_kwargs.items()})