Beispiel #1
0
 def before(self):
     self.config = self.__class__.config_proxy.get_instance()
     self.config_status_backup = ConfigState(self.config)
     self.config.Core.DevMode = False
Beispiel #2
0
 def after(self):
     ConfigState.restore_state(self.config, self.config_status_backup)
Beispiel #3
0
 def after(self):
     ConfigState.restore_state(self.config, self.config_status_backup)