mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-13 22:51:49 +00:00
All test classes inheriting AccountsTestMixin that called create_company(), create_item(), create_customer(), create_supplier(), create_usd_receivable_account(), and create_usd_payable_account() in setUp() now set instance attributes directly using master data pre-created by BootStrapTestData, eliminating redundant DB inserts on every test run. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>