mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
added some test records
This commit is contained in:
@@ -19,4 +19,11 @@ import webnotes
|
||||
|
||||
class DocType:
|
||||
def __init__(self, d, dl):
|
||||
self.doc, self.doclist = d, dl
|
||||
self.doc, self.doclist = d, dl
|
||||
|
||||
test_records = [
|
||||
[{
|
||||
"doctype": "UOM",
|
||||
"uom_name": "_Test UOM"
|
||||
}]
|
||||
]
|
||||
Reference in New Issue
Block a user