--- a/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Mon May 23 17:31:02 2022 +0200 +++ b/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html Mon May 23 18:15:10 2022 +0200 @@ -89,10 +89,6 @@ <td>Constructor</td> </tr> <tr> -<td><a href="#DebugClientBase.__assembleTestCasesList">__assembleTestCasesList</a></td> -<td>Private method to assemble a list of test cases included in a test suite.</td> -</tr> -<tr> <td><a href="#DebugClientBase.__clientCapabilities">__clientCapabilities</a></td> <td>Private method to determine the clients capabilities.</td> </tr> @@ -282,38 +278,6 @@ <p> Constructor </p> -<a NAME="DebugClientBase.__assembleTestCasesList" ID="DebugClientBase.__assembleTestCasesList"></a> -<h4>DebugClientBase.__assembleTestCasesList</h4> -<b>__assembleTestCasesList</b>(<i>suite, start</i>) - -<p> - Private method to assemble a list of test cases included in a test - suite. -</p> -<dl> - -<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>Return:</dt> -<dd> -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, str) -</dd> -</dl> <a NAME="DebugClientBase.__clientCapabilities" ID="DebugClientBase.__clientCapabilities"></a> <h4>DebugClientBase.__clientCapabilities</h4> <b>__clientCapabilities</b>(<i></i>)