Commit b6e6a310 authored by Tatuya Kamada's avatar Tatuya Kamada

erp5_wendelin_inventory: Add a workaround to load ExternalMethod for test node.

parent e6a18447
......@@ -26,6 +26,7 @@
##############################################################################
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from erp5.component.extension import PandasInventory
import transaction
class PandasInventoryTest(ERP5TypeTestCase):
......
......@@ -45,7 +45,9 @@
<item>
<key> <string>text_content_warning_message</string> </key>
<value>
<tuple/>
<tuple>
<string>W: 29, 0: Unused PandasInventory imported from erp5.component.extension (unused-import)</string>
</tuple>
</value>
</item>
<item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment