chore: add Work Order test dependencies (#31936)

This commit is contained in:
HENRY Florian 2022-08-23 12:37:10 +02:00 committed by GitHub
parent 9fd0c25c9f
commit fe73d55f70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,8 @@ from erpnext.stock.doctype.stock_entry import test_stock_entry
from erpnext.stock.doctype.warehouse.test_warehouse import create_warehouse
from erpnext.stock.utils import get_bin
test_dependencies = ["BOM"]
class TestWorkOrder(FrappeTestCase):
def setUp(self):