Tests: added support for testing "user" and "group".
This commit is contained in:
@@ -44,7 +44,7 @@ class TestApplicationGo(TestApplicationProto):
|
||||
|
||||
return process
|
||||
|
||||
def load(self, script, name='app'):
|
||||
def load(self, script, name='app', **kwargs):
|
||||
self.prepare_env(script, name)
|
||||
|
||||
self._load_conf(
|
||||
@@ -60,5 +60,6 @@ class TestApplicationGo(TestApplicationProto):
|
||||
"executable": self.testdir + "/go/" + name,
|
||||
}
|
||||
},
|
||||
}
|
||||
},
|
||||
**kwargs
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user