![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Public Attributes | |
self.source_path | source_path = Utility.GetPyXMakePath() |
list | include |
![]() | |
int | verbose = 0 |
str | source_path = '' |
output_file_path = os.getcwd() | |
scratch_path = os.getcwd() | |
include = None | |
![]() | |
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) | |
Static Protected Attributes | |
str | _PACKAGE_NAME = 'PyXMake' |
![]() | |
str | _PACKAGE_NAME = '' |
Additional Inherited Members | |
![]() | |
initialize_options (self) | |
![]() | |
finalize_options (self) | |
![]() | |
run (self) | |
![]() | |
str | description = "Run predefined unit tests using Pytest." |
list | user_options |
![]() | |
str | description = "Runs all unit tests using py.test." |
list | user_options |
![]() | |
_create_build_dir () | |
Runs the test command for PyXMake using PyTest.
Definition at line 1041 of file stm_make.py.
|
protected |
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 1047 of file stm_make.py.
|
staticprotected |
Definition at line 1045 of file stm_make.py.
list PyXMake.VTL.stm_make.pytest_pyxmake.include |
Definition at line 1051 of file stm_make.py.
self.source_path PyXMake.VTL.stm_make.pytest_pyxmake.source_path = Utility.GetPyXMakePath() |
Definition at line 1050 of file stm_make.py.