Exemplo n.º 1
0
 def setUp(self):
     self.warningshook = WarningsHook()
     self.warningshook.install()
     self._catalog = self._makeOne()
Exemplo n.º 2
0
 def setUp(self):
     # ugly: need to save the old App.config configuration value since
     # ImageFile might read it and trigger setting it to the default value
     self.oldcfg = App.config._config
     self.warningshook = WarningsHook()
     self.warningshook.install()
Exemplo n.º 3
0
 def setUp(self):
     self.warningshook = WarningsHook()
     self.warningshook.install()