Fix test
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user