Debugger/DebuggerInterfaceNone.py

changeset 6894
df83ac87e0db
parent 6892
c147620313c5
child 6901
f2c774c8db7e
--- a/Debugger/DebuggerInterfaceNone.py	Fri Mar 22 19:31:56 2019 +0100
+++ b/Debugger/DebuggerInterfaceNone.py	Sat Mar 23 16:45:26 2019 +0100
@@ -409,7 +409,7 @@
         return
         
     def remoteUTPrepare(self, fn, tn, tfn, failed, cov, covname, coverase,
-                        syspath):
+                        syspath, workdir, discover, discoveryStart):
         """
         Public method to prepare a new unittest run.
         
@@ -431,6 +431,12 @@
         @param syspath list of directories to be added to sys.path on the
             remote side
         @type list of str
+        @param workdir path name of the working directory
+        @type str
+        @param discover flag indicating to discover the tests automatically
+        @type bool
+        @param discoveryStart directory to start auto-discovery at
+        @type str
         """
         return
         

eric ide

mercurial