Files
WPIQ/tests/cli/plugins/test_example.py

10 lines
225 B
Python
Raw Normal View History

2018-11-13 21:55:59 +01:00
"""Tests for Example Plugin."""
2019-10-23 12:43:19 +02:00
from wo.utils.test import WOTestCase
2018-11-13 21:55:59 +01:00
2019-10-23 12:40:20 +02:00
class ExamplePluginTestCase(WOTestCase):
2018-11-13 21:55:59 +01:00
def test_load_example_plugin(self):
self.app.setup()
self.app.plugin.load_plugin('example')