mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
add broken plugin for testing error stack
This commit is contained in:
parent
6301f06416
commit
f667367a6b
11
InvenTree/plugin/samples/integration/broken_sample.py
Normal file
11
InvenTree/plugin/samples/integration/broken_sample.py
Normal file
@ -0,0 +1,11 @@
|
||||
"""sample implementation for IntegrationPlugin"""
|
||||
from plugin.integration import IntegrationPluginBase
|
||||
|
||||
aaa = bb
|
||||
|
||||
class BrokenIntegrationPlugin(IntegrationPluginBase):
|
||||
"""
|
||||
An very broken integration plugin
|
||||
"""
|
||||
|
||||
PLUGIN_NAME = "BrokenIntegrationPlugin"
|
Loading…
Reference in New Issue
Block a user