mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 11:25:09 +00:00
test: add in_install condition for debugging
This commit is contained in:
@@ -81,7 +81,7 @@ class TestProcessStatementOfAccounts(AccountsTestMixin, IntegrationTestCase):
|
||||
process_soa = create_process_soa(
|
||||
name="_Test Process SOA", enable_auto_email=1, report="Accounts Receivable"
|
||||
)
|
||||
if not frappe.flags.in_migrate:
|
||||
if not frappe.flags.in_migrate and not frappe.flags.in_install:
|
||||
send_emails(process_soa.name, from_scheduler=True)
|
||||
process_soa.load_from_db()
|
||||
self.assertEqual(process_soa.posting_date, getdate(add_days(today(), 7)))
|
||||
|
||||
Reference in New Issue
Block a user