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

@@ -21,4 +21,3 @@ class DocType:
def __init__(self, d, dl):
self.doc, self.doclist = d, dl
test_records = [[{"doctype":"Designation", "designation_name":"_Test Designation"}]]

View File

@@ -0,0 +1 @@
test_records = [[{"doctype":"Designation", "designation_name":"_Test Designation"}]]