Tests: added support for testing "user" and "group".
This commit is contained in:
@@ -15,7 +15,7 @@ class TestApplicationNode(TestApplicationProto):
|
||||
|
||||
return unit if not complete_check else unit.complete()
|
||||
|
||||
def load(self, script, name='app.js'):
|
||||
def load(self, script, name='app.js', **kwargs):
|
||||
# copy application
|
||||
|
||||
shutil.copytree(
|
||||
@@ -42,5 +42,6 @@ class TestApplicationNode(TestApplicationProto):
|
||||
"executable": name,
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
**kwargs
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user