fixes to test cases
This commit is contained in:
@@ -6,9 +6,10 @@ import frappe
|
||||
|
||||
from erpnext.setup.page.setup_wizard.test_setup_data import args
|
||||
from erpnext.setup.page.setup_wizard.setup_wizard import setup_account
|
||||
import frappe.utils.scheduler
|
||||
|
||||
if __name__=="__main__":
|
||||
frappe.connect()
|
||||
frappe.local.form_dict = frappe._dict(args)
|
||||
setup_account()
|
||||
|
||||
frappe.utils.scheduler.disable_scheduler()
|
||||
|
||||
Reference in New Issue
Block a user