|
| command |
|
| out |
|
| covout |
|
| verbose |
|
|
string | description = "Runs all unit tests using py.test." |
|
list | user_options |
|
Base class for all test classes
Definition at line 933 of file stm_make.py.
◆ user_options
list PyXMake.VTL.stm_make._BaseTest.user_options |
|
static |
Initial value:= [
("command=", None, "Path and name of the command line tool."),
("out=", None, "Specifies the output format of the test results." \
+ "Formats: xml, standard out. Default: standard out."),
("covout=", None, "Specifies the output format of the coverage report." \
+ "Formats: xml, html.")]
Definition at line 938 of file stm_make.py.
The documentation for this class was generated from the following file:
- D:/03_Workspaces/01_Eclipse/pyx_core/PyXMake/VTL/stm_make.py