--- a/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Sat Mar 30 14:16:34 2019 +0100 +++ b/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Sat Mar 30 14:20:29 2019 +0100 @@ -236,7 +236,7 @@ Constructor </p><a NAME="DebugClientBase.__assembleTestCasesList" ID="DebugClientBase.__assembleTestCasesList"></a> <h4>DebugClientBase.__assembleTestCasesList</h4> -<b>__assembleTestCasesList</b>(<i>suite</i>) +<b>__assembleTestCasesList</b>(<i>suite, start</i>) <p> Private method to assemble a list of test cases included in a test suite. @@ -244,17 +244,20 @@ <dt><i>suite</i> (unittest.TestSuite)</dt> <dd> test suite to be inspected +</dd><dt><i>start</i> (str)</dt> +<dd> +name of directory discovery was started at </dd> </dl><dl> <dt>Returns:</dt> <dd> -list of tuples containing the test case ID and short - description +list of tuples containing the test case ID, a short description + and the path of the test file name </dd> </dl><dl> <dt>Return Type:</dt> <dd> -list of tuples of (str, str) +list of tuples of (str, str, str) </dd> </dl><a NAME="DebugClientBase.__clientCapabilities" ID="DebugClientBase.__clientCapabilities"></a> <h4>DebugClientBase.__clientCapabilities</h4>