various minor fixes and cleanups
This commit is contained in:
parent
11b04d4d9d
commit
3a09017804
16 changed files with 67 additions and 28 deletions
|
|
@ -67,6 +67,8 @@ def run_test(test,arg,input_data):
|
|||
del arg['ret']
|
||||
del arg_copy['ret']
|
||||
kwargs.update(arg)
|
||||
elif type(arg) == tuple:
|
||||
args = arg
|
||||
else:
|
||||
args = [arg]
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue