[tests] creation of asset and asset category

This commit is contained in:
Nabin Hait
2016-03-10 10:53:31 +05:30
parent 4fdb05228d
commit 4d668dbaa3
7 changed files with 101 additions and 10 deletions

View File

@@ -49,7 +49,9 @@ def before_tests():
"company_tagline" :"Testing",
"email" :"test@erpnext.com",
"password" :"test",
"chart_of_accounts" : "Standard"
"chart_of_accounts" : "Standard",
"domain" : "Manufacturing",
})
frappe.db.sql("delete from `tabLeave Allocation`")