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