Files
WPIQ/tests/cli/plugins/test_example.py
2019-10-23 12:43:19 +02:00

10 lines
225 B
Python

"""Tests for Example Plugin."""
from wo.utils.test import WOTestCase
class ExamplePluginTestCase(WOTestCase):
def test_load_example_plugin(self):
self.app.setup()
self.app.plugin.load_plugin('example')