mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
added test case for leave_application
This commit is contained in:
@@ -19,4 +19,10 @@ import webnotes
|
||||
|
||||
class DocType:
|
||||
def __init__(self, d, dl):
|
||||
self.doc, self.doclist = d, dl
|
||||
self.doc, self.doclist = d, dl
|
||||
|
||||
test_records = [
|
||||
[{"doctype":"Department", "department_name":"_Test Department"}],
|
||||
[{"doctype":"Department", "department_name":"_Test Department with Block List",
|
||||
"holiday_block_list": "_Test Holiday Block List"}],
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user