mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
refactor: clarify test record module iface (treewide)
This commit is contained in:
@@ -4,7 +4,7 @@ from frappe.tests.utils import make_test_records
|
||||
|
||||
from erpnext.stock.get_item_details import get_item_details
|
||||
|
||||
test_dependencies = ["Customer", "Supplier", "Item", "Price List", "Item Price"]
|
||||
EXTRA_TEST_RECORD_DEPENDENCIES = ["Customer", "Supplier", "Item", "Price List", "Item Price"]
|
||||
|
||||
|
||||
class TestGetItemDetail(IntegrationTestCase):
|
||||
|
||||
Reference in New Issue
Block a user