Ejemplo n.º 1
0
 def _create_app(self):
     app = FakeApplication()
     settings = Settings(self._settings_path)
     settings.add_section('Plugins')
     app.settings = settings
     return app
Ejemplo n.º 2
0
 def _create_app(self):
     app = FakeApplication()
     settings = Settings(self._settings_path)
     settings.add_section('Plugins')
     app.settings = settings
     return app