
Public Member Functions | |
| def | __init__ (self, testname, path_to_test) |
| def | command (self) |
| def | debug_dump (self) |
| def | run_test (self, configuration=None, log_path=None) |
Public Attributes | |
| path_to_script | |
Private Attributes | |
| _config | |
| _ran | |
Class for python tests. Hold the path to the script of the test
Definition at line 375 of file run-unit-tests.py.
| def run-unit-tests.PyTest.__init__ | ( | self, | |
| testname, | |||
| path_to_test | |||
| ) |
:param testname: name of the test :param path_to_test: the relative path from the current directory to the path
Definition at line 379 of file run-unit-tests.py.
| def run-unit-tests.PyTest.command | ( | self | ) |
Definition at line 394 of file run-unit-tests.py.
| def run-unit-tests.PyTest.debug_dump | ( | self | ) |
Definition at line 389 of file run-unit-tests.py.
| def run-unit-tests.PyTest.run_test | ( | self, | |
configuration = None, |
|||
log_path = None |
|||
| ) |
Definition at line 411 of file run-unit-tests.py.
|
private |
Definition at line 387 of file run-unit-tests.py.
|
private |
Definition at line 415 of file run-unit-tests.py.
| run-unit-tests.PyTest.path_to_script |
Definition at line 386 of file run-unit-tests.py.