|
PyXMake Developer Guide 1.0
PyXMake
|
Public Attributes | |
| str | out = "xml": |
Public Attributes inherited from PyXMake.VTL.stm_make._BaseTest | |
| str | command = "py.test" |
| out = None | |
| covout = None | |
| verbose = self.distribution.verbose | |
Public Attributes inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| verbose | |
Protected Member Functions | |
| _create_command (self) | |
Protected Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| _run_command (self, command) | |
| _perform_post_actions (self) | |
Additional Inherited Members | |
Public Member Functions inherited from PyXMake.VTL.stm_make._BaseTest | |
| initialize_options (self) | |
| finalize_options (self) | |
Public Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| run (self) | |
Static Public Attributes inherited from PyXMake.VTL.stm_make._BaseTest | |
| str | description = "Runs all unit tests using py.test." |
| list | user_options |
Static Protected Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| _create_build_dir () | |
Runs all unit tests.
Definition at line 1057 of file stm_make.py.
|
protected |
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 1061 of file stm_make.py.
| str PyXMake.VTL.stm_make.InDevelopmentTest.out = "xml": |
Definition at line 1063 of file stm_make.py.