RunPythonTests¶
- MacroModule¶
genre
author
package
definition
see also
RunGenericTestCases,RunFunctionalTestCases,DetermineTestsOfModulekeywords
retest,functional,test,case,manual
Purpose¶
This module executes Python tests from a test list.
Usage¶
Connect an object that implements the AssociatedTests interface. The GUI will show the Python tests contained in this object. Press Run Tests to execute the tests. The test outcome will be displayed in the GUI as well.
Windows¶
Default Panel¶
Input Fields¶
inAnalysisResult¶
- name: inAnalysisResult, type: MLBase¶
An object that implements the AssociatedTests interface.
Parameter Fields¶
Visible Fields¶
Run Tests¶
- name: runTests, type: Trigger, deprecated name: update¶
Trigger this to execute the connected tests.
Test List¶
- name: outTestList, type: String, persistent: no¶
A list of the Python tests contained in the input object.
Python Test Output¶
- name: outTestResults, type: String, persistent: no¶
The output of the executed Python tests.