Refactored
This commit is contained in:
0
tests/cli/plugins/__init__.py
Normal file
0
tests/cli/plugins/__init__.py
Normal file
8
tests/cli/plugins/test_example.py
Normal file
8
tests/cli/plugins/test_example.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Tests for Example Plugin."""
|
||||
|
||||
from wo.utils import test
|
||||
|
||||
class ExamplePluginTestCase(test.WOTestCase):
|
||||
def test_load_example_plugin(self):
|
||||
self.app.setup()
|
||||
self.app.plugin.load_plugin('example')
|
||||
Reference in New Issue
Block a user