![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Public Member Functions | |
initialize_options (self) | |
![]() | |
finalize_options (self) | |
![]() | |
run (self) | |
Public Attributes | |
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 | |
Static Public Attributes | |
str | description = "Run predefined unit tests using Pytest." |
list | user_options |
![]() | |
str | description = "Runs all unit tests using py.test." |
list | user_options |
Protected Member Functions | |
_run_command (self, command) | |
![]() | |
_create_command (self) | |
_perform_post_actions (self) | |
Static Protected Attributes | |
str | _PACKAGE_NAME = '' |
Additional Inherited Members | |
![]() | |
_create_build_dir () | |
Base class for encapsulating pytest commands.
Definition at line 1000 of file stm_make.py.
|
protected |
Execute test command
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 1026 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_pytest.initialize_options | ( | self | ) |
Set default values for all options.
Reimplemented from PyXMake.VTL.stm_make._BaseTest.
Definition at line 1015 of file stm_make.py.
|
staticprotected |
Definition at line 1004 of file stm_make.py.
|
static |
Definition at line 1006 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_pytest.include = None |
Definition at line 1024 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_pytest.output_file_path = os.getcwd() |
Definition at line 1022 of file stm_make.py.
PyXMake.VTL.stm_make.pyx_pytest.scratch_path = os.getcwd() |
Definition at line 1023 of file stm_make.py.
str PyXMake.VTL.stm_make.pyx_pytest.source_path = '' |
Definition at line 1021 of file stm_make.py.
|
static |
Definition at line 1007 of file stm_make.py.
int PyXMake.VTL.stm_make.pyx_pytest.verbose = 0 |
Definition at line 1020 of file stm_make.py.