![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Public Member Functions | |
initialize_options (self) | |
finalize_options (self) | |
![]() | |
run (self) | |
Public Attributes | |
str | command = "py.test" |
out = None | |
covout = None | |
verbose = self.distribution.verbose | |
![]() | |
verbose | |
Static Public Attributes | |
str | description = "Runs all unit tests using py.test." |
list | user_options |
Additional Inherited Members | |
![]() | |
_create_command (self) | |
_run_command (self, command) | |
_perform_post_actions (self) | |
![]() | |
_create_build_dir () | |
Base class for all test classes
Definition at line 967 of file stm_make.py.
PyXMake.VTL.stm_make._BaseTest.finalize_options | ( | self | ) |
Definition at line 984 of file stm_make.py.
PyXMake.VTL.stm_make._BaseTest.initialize_options | ( | self | ) |
Reimplemented in PyXMake.VTL.stm_make.pyx_pytest.
Definition at line 979 of file stm_make.py.
str PyXMake.VTL.stm_make._BaseTest.command = "py.test" |
Definition at line 980 of file stm_make.py.
PyXMake.VTL.stm_make._BaseTest.covout = None |
Definition at line 982 of file stm_make.py.
|
static |
Definition at line 971 of file stm_make.py.
PyXMake.VTL.stm_make._BaseTest.out = None |
Definition at line 981 of file stm_make.py.
|
static |
Definition at line 972 of file stm_make.py.
PyXMake.VTL.stm_make._BaseTest.verbose = self.distribution.verbose |
Definition at line 985 of file stm_make.py.