This commit is contained in:
VirtuBox
2019-10-23 12:40:20 +02:00
parent 8f6af1e965
commit d37c5639e0

View File

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