![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
NewResult (self, status, **kwargs) | |
Description of a test case to run. Attributes: test_id: A unique identifier for the test. input_path: The absolute path to the test file.
Definition at line 820 of file test_runner.py.
testing.tools.test_runner.TestCase.NewResult | ( | self, | |
status, | |||
** | kwargs ) |
Derives a new test result corresponding to this test case.
Definition at line 830 of file test_runner.py.
References testing.tools.test_runner._TestCaseRunner.test_id().