aii: gl entries for serial no
This commit is contained in:
parent
3fbfcf656e
commit
c6ebf47fef
1 changed files with 1 additions and 4 deletions
|
|
@ -18,7 +18,6 @@ def make_test_records(doctype, verbose=0):
|
|||
webnotes.connect()
|
||||
|
||||
for options in get_dependencies(doctype):
|
||||
|
||||
if options.startswith("link:"):
|
||||
options = options[5:]
|
||||
if options == "[Select]":
|
||||
|
|
@ -186,6 +185,4 @@ if __name__=="__main__":
|
|||
test_suite = unittest.TestSuite()
|
||||
__import__(args.module)
|
||||
test_suite.addTest(unittest.TestLoader().loadTestsFromModule(sys.modules[args.module]))
|
||||
unittest.TextTestRunner(verbosity=1+(args.verbose and 1 or 0)).run(test_suite)
|
||||
|
||||
|
||||
unittest.TextTestRunner(verbosity=1+(args.verbose and 1 or 0)).run(test_suite)
|
||||
Loading…
Add table
Reference in a new issue