2018-11-13 21:55:59 +01:00
|
|
|
"""Tests for Example Plugin."""
|
|
|
|
|
|
2019-10-23 12:40:20 +02:00
|
|
|
from wo.utils import WOTestCase
|
2018-11-13 21:55:59 +01:00
|
|
|
|
2019-09-24 01:59:49 +02:00
|
|
|
|
2019-10-23 12:40:20 +02:00
|
|
|
class ExamplePluginTestCase(WOTestCase):
|
2018-11-13 21:55:59 +01:00
|
|
|
def test_load_example_plugin(self):
|
|
|
|
|
self.app.setup()
|
|
|
|
|
self.app.plugin.load_plugin('example')
|