various minor fixes and cleanups

This commit is contained in:
The MMGen Project 2019-05-12 09:24:00 +00:00
commit 3a09017804
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
16 changed files with 67 additions and 28 deletions

View file

@ -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: