Files
WPIQ/tests/cli/plugins/test_example.py
VirtuBox d37c5639e0 Fix test
2019-10-23 12:40:20 +02:00

10 lines
220 B
Python

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