src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
child 10692
9becf9ca115c
equal deleted inserted replaced
10683:779cda568acb 10684:58c7f23ae1cb
727 of the error 727 of the error
728 </dd> 728 </dd>
729 </dl> 729 </dl>
730 <a NAME="TestingWidget.__testDiscoveryProcessFinished" ID="TestingWidget.__testDiscoveryProcessFinished"></a> 730 <a NAME="TestingWidget.__testDiscoveryProcessFinished" ID="TestingWidget.__testDiscoveryProcessFinished"></a>
731 <h4>TestingWidget.__testDiscoveryProcessFinished</h4> 731 <h4>TestingWidget.__testDiscoveryProcessFinished</h4>
732 <b>__testDiscoveryProcessFinished</b>(<i>results, output</i>) 732 <b>__testDiscoveryProcessFinished</b>(<i>_results, output</i>)
733 <p> 733 <p>
734 Private slot to handle the 'testFinished' signal of the executor in 734 Private slot to handle the 'testFinished' signal of the executor in
735 discovery mode. 735 discovery mode.
736 </p> 736 </p>
737 737
738 <dl> 738 <dl>
739 739
740 <dt><i>results</i> (list of TestResult)</dt> 740 <dt><i>_results</i> (list of TestResult)</dt>
741 <dd> 741 <dd>
742 list of test result objects (if not sent via the 742 list of test result objects (if not sent via the
743 'testResult' signal) 743 'testResult' signal) (unused)
744 </dd> 744 </dd>
745 <dt><i>output</i> (str)</dt> 745 <dt><i>output</i> (str)</dt>
746 <dd> 746 <dd>
747 string containing the test process output (if any) 747 string containing the test process output (if any)
748 </dd> 748 </dd>

eric ide

mercurial