Tests: Python targets.
This commit is contained in:
@@ -42,8 +42,15 @@ class TestApplicationPython(TestApplicationProto):
|
||||
"module": module,
|
||||
}
|
||||
|
||||
for attr in ('callable', 'home', 'limits', 'path', 'protocol',
|
||||
'threads'):
|
||||
for attr in (
|
||||
'callable',
|
||||
'home',
|
||||
'limits',
|
||||
'path',
|
||||
'protocol',
|
||||
'targets',
|
||||
'threads',
|
||||
):
|
||||
if attr in kwargs:
|
||||
app[attr] = kwargs.pop(attr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user