Tests: Python targets.

This commit is contained in:
Oisin Canty
2021-05-20 13:03:12 +00:00
parent f60389a782
commit e50bb120e2
7 changed files with 295 additions and 32 deletions

View File

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