OpenSlides/tests/integration/test_plugin/__init__.py

6 lines
201 B
Python
Raw Normal View History

2019-01-06 16:22:33 +01:00
__verbose_name__ = "OpenSlides Test Plugin"
__description__ = "This is a test plugin for OpenSlides."
__license__ = "MIT"
2016-02-16 22:51:38 +01:00
2019-01-06 16:22:33 +01:00
default_app_config = "tests.integration.test_plugin.apps.TestPluginAppConfig"