refactor: clarify test record module iface (treewide)

This commit is contained in:
David
2024-10-10 13:26:26 +02:00
parent 2fc4f86191
commit ed5bead87d
52 changed files with 69 additions and 57 deletions

View File

@@ -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):