fix(testing): record creation output; only visit missing once (#28104)

This commit is contained in:
David Arnold 2024-10-13 00:53:34 +02:00 committed by GitHub
parent cc1ddb975f
commit 5dd330cef2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -194,6 +194,7 @@ def _generate_records_for(
if not test_records:
logger.warning("" + logstr + " (missing)")
frappe.local.test_objects[index_doctype] = [] # avoid noisy retries on multiple invocations
print_mandatory_fields(index_doctype, initial_doctype)
return