mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
upgraded test_runner, now can run multiple tests
This commit is contained in:
@@ -19,4 +19,5 @@ import webnotes
|
||||
|
||||
class DocType:
|
||||
def __init__(self, d, dl):
|
||||
self.doc, self.doclist = d, dl
|
||||
self.doc, self.doclist = d, dl
|
||||
|
||||
4
selling/doctype/campaign/test_campaign.py
Normal file
4
selling/doctype/campaign/test_campaign.py
Normal file
@@ -0,0 +1,4 @@
|
||||
test_records = [
|
||||
[{"doctype":"Campaign", "campaign_name":"_Test Campaign"}],
|
||||
[{"doctype":"Campaign", "campaign_name":"_Test Campaign 1"}],
|
||||
]
|
||||
Reference in New Issue
Block a user