upgraded test_runner, now can run multiple tests

This commit is contained in:
Rushabh Mehta
2013-02-12 19:20:39 +05:30
parent 9a8319dd0b
commit 4b9827a5fc
75 changed files with 508 additions and 662 deletions

View File

@@ -0,0 +1,22 @@
test_records = [
[{
"doctype": "Contact",
"customer": "_Test Customer",
"customer_name": "_Test Customer",
"first_name": "_Test Contact For _Test Customer",
"email_id": "test_contact_customer@example.com",
"phone": "+91 0000000000",
"status": "Open",
"is_primary_contact": 1
}],
[{
"doctype": "Contact",
"supplier": "_Test Supplier",
"supplier_name": "_Test Supplier",
"first_name": "_Test Contact For _Test Supplier",
"email_id": "test_contact_supplier@example.com",
"phone": "+91 0000000000",
"status": "Open",
"is_primary_contact": 1
}]
]