|
PyXMake Developer Guide 1.0
PyXMake
|
Public Attributes | |
| self.source_path | source_path = Utility.GetPyXMakePath() |
| list | include |
Public Attributes inherited from PyXMake.VTL.stm_make.pyx_pytest | |
| int | verbose = 0 |
| str | source_path = '' |
| output_file_path = os.getcwd() | |
| scratch_path = os.getcwd() | |
| include = None | |
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.pyx_pytest | |
| _run_command (self, command) | |
Protected Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| _perform_post_actions (self) | |
Static Protected Attributes | |
| str | _PACKAGE_NAME = 'PyXMake' |
Static Protected Attributes inherited from PyXMake.VTL.stm_make.pyx_pytest | |
| str | _PACKAGE_NAME = '' |
Additional Inherited Members | |
Public Member Functions inherited from PyXMake.VTL.stm_make.pyx_pytest | |
| initialize_options (self) | |
Public Member Functions inherited from PyXMake.VTL.stm_make._BaseTest | |
| finalize_options (self) | |
Public Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| run (self) | |
Static Public Attributes inherited from PyXMake.VTL.stm_make.pyx_pytest | |
| str | description = "Run predefined unit tests using Pytest." |
| list | user_options |
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 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.