APIs/Python3/eric6.api

changeset 6904
3f35037a08d4
parent 6903
0d4e1033731b
child 6908
a56b500d7d2d
--- a/APIs/Python3/eric6.api	Tue Mar 26 19:39:42 2019 +0100
+++ b/APIs/Python3/eric6.api	Wed Mar 27 20:09:37 2019 +0100
@@ -238,7 +238,7 @@
 eric6.DebugClients.Python.DCTestResult.DCTestResult.addUnexpectedSuccess?4(test)
 eric6.DebugClients.Python.DCTestResult.DCTestResult.startTest?4(test)
 eric6.DebugClients.Python.DCTestResult.DCTestResult.stopTest?4(test)
-eric6.DebugClients.Python.DCTestResult.DCTestResult?1(dbgClient)
+eric6.DebugClients.Python.DCTestResult.DCTestResult?1(dbgClient, failfast)
 eric6.DebugClients.Python.DebugBase.DebugBase._fnCache?8
 eric6.DebugClients.Python.DebugBase.DebugBase._set_stopinfo?5(stopframe, returnframe)
 eric6.DebugClients.Python.DebugBase.DebugBase.bootstrap?4(target, args, kwargs)
@@ -479,7 +479,7 @@
 eric6.Debugger.DebugServer.DebugServer.clientThreadList?7
 eric6.Debugger.DebugServer.DebugServer.clientThreadSet?7
 eric6.Debugger.DebugServer.DebugServer.clientUtDiscovered?4(testCases, exceptionType, exceptionValue)
-eric6.Debugger.DebugServer.DebugServer.clientUtFinished?4()
+eric6.Debugger.DebugServer.DebugServer.clientUtFinished?4(status)
 eric6.Debugger.DebugServer.DebugServer.clientUtPrepared?4(result, exceptionType, exceptionValue)
 eric6.Debugger.DebugServer.DebugServer.clientUtStartTest?4(testname, doc)
 eric6.Debugger.DebugServer.DebugServer.clientUtStopTest?4()
@@ -529,8 +529,8 @@
 eric6.Debugger.DebugServer.DebugServer.remoteStepQuit?4()
 eric6.Debugger.DebugServer.DebugServer.remoteThreadList?4()
 eric6.Debugger.DebugServer.DebugServer.remoteUTDiscover?4(clientType, forProject, venvName, syspath, workdir, discoveryStart)
-eric6.Debugger.DebugServer.DebugServer.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, clientType="", forProject=False, venvName="", syspath=None, workdir="", discover=False, discoveryStart="", testCases=None)
-eric6.Debugger.DebugServer.DebugServer.remoteUTRun?4()
+eric6.Debugger.DebugServer.DebugServer.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, clientType="", forProject=False, venvName="", syspath=None, workdir="", discover=False, discoveryStart="", testCases=None, debug=False)
+eric6.Debugger.DebugServer.DebugServer.remoteUTRun?4(debug=False, failfast=False)
 eric6.Debugger.DebugServer.DebugServer.remoteUTStop?4()
 eric6.Debugger.DebugServer.DebugServer.setCallTraceEnabled?4(on)
 eric6.Debugger.DebugServer.DebugServer.setDebugging?4(on)
@@ -648,8 +648,8 @@
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteStepQuit?4()
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteThreadList?4()
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTDiscover?4(syspath, workdir, discoveryStart)
-eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases)
-eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTRun?4()
+eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases, debug)
+eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTRun?4(debug, failfast)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteUTStop?4()
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpoint?4(cond, setWatch, temp=False)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointEnable?4(cond, enable)
@@ -691,8 +691,8 @@
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteStepQuit?4()
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteThreadList?4()
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTDiscover?4(syspath, workdir, discoveryStart)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTRun?4()
+eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTPrepare?4(fn, tn, tfn, failed, cov, covname, coverase, syspath, workdir, discover, discoveryStart, testCases, debug)
+eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTRun?4(debug, failfast)
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteUTStop?4()
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpoint?4(cond, setWatch, temp=False)
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointEnable?4(cond, enable)
@@ -8385,7 +8385,7 @@
 eric6.PyUnit.UnittestDialog.QtTestResult.addUnexpectedSuccess?4(test)
 eric6.PyUnit.UnittestDialog.QtTestResult.startTest?4(test)
 eric6.PyUnit.UnittestDialog.QtTestResult.stopTest?4(test)
-eric6.PyUnit.UnittestDialog.QtTestResult?1(parent)
+eric6.PyUnit.UnittestDialog.QtTestResult?1(parent, failfast)
 eric6.PyUnit.UnittestDialog.UnittestDialog.closeEvent?4(event)
 eric6.PyUnit.UnittestDialog.UnittestDialog.hasFailedTests?4()
 eric6.PyUnit.UnittestDialog.UnittestDialog.insertDiscovery?4(start)

eric ide

mercurial