added test_runner

This commit is contained in:
Rushabh Mehta
2013-02-05 19:20:51 +05:30
parent cdc32d02b2
commit 4e95bb59a0
4 changed files with 22 additions and 5 deletions

View File

@@ -19,4 +19,7 @@ import webnotes
class DocType:
def __init__(self, d, dl):
self.doc, self.doclist = d, dl
self.doc, self.doclist = d, dl
# already set
test_records = []