mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
upgraded test_runner, now can run multiple tests
This commit is contained in:
6
setup/doctype/uom/test_uom.py
Normal file
6
setup/doctype/uom/test_uom.py
Normal file
@@ -0,0 +1,6 @@
|
||||
test_records = [
|
||||
[{
|
||||
"doctype": "UOM",
|
||||
"uom_name": "_Test UOM"
|
||||
}]
|
||||
]
|
||||
@@ -20,10 +20,3 @@ import webnotes
|
||||
class DocType:
|
||||
def __init__(self, d, dl):
|
||||
self.doc, self.doclist = d, dl
|
||||
|
||||
test_records = [
|
||||
[{
|
||||
"doctype": "UOM",
|
||||
"uom_name": "_Test UOM"
|
||||
}]
|
||||
]
|
||||
Reference in New Issue
Block a user