--- a/Debugger/DebuggerInterfaceNone.py Tue Mar 26 19:39:42 2019 +0100 +++ b/Debugger/DebuggerInterfaceNone.py Wed Mar 27 20:09:37 2019 +0100 @@ -423,7 +423,8 @@ return def remoteUTPrepare(self, fn, tn, tfn, failed, cov, covname, coverase, - syspath, workdir, discover, discoveryStart, testCases): + syspath, workdir, discover, discoveryStart, testCases, + debug): """ Public method to prepare a new unittest run. @@ -453,12 +454,19 @@ @type str @param testCases list of test cases to be loaded @type list of str + @param debug flag indicating to run unittest with debugging + @type bool """ return - def remoteUTRun(self): + def remoteUTRun(self, debug, failfast): """ Public method to start a unittest run. + + @param debug flag indicating to run unittest with debugging + @type bool + @param failfast flag indicating to stop at the first error + @type bool """ return