mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
upgraded test_runner, now can run multiple tests
This commit is contained in:
@@ -21,4 +21,3 @@ class DocType:
|
||||
def __init__(self, d, dl):
|
||||
self.doc, self.doclist = d, dl
|
||||
|
||||
test_records = [[{"doctype":"Branch", "branch":"_Test Branch"}]]
|
||||
1
hr/doctype/branch/test_branch.py
Normal file
1
hr/doctype/branch/test_branch.py
Normal file
@@ -0,0 +1 @@
|
||||
test_records = [[{"doctype":"Branch", "branch":"_Test Branch"}]]
|
||||
Reference in New Issue
Block a user