WORKS
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
Test Class Reference
Inherits tools::host_tests::host_test::HostTestResults.
Inherited by DefaultTestSelector.
Public Member Functions | |
| def | detect_test_config |
| def | run |
| def | setup |
| def | notify |
| def | print_result |
Detailed Description
Base class for host test's test runner
Definition at line 319 of file host_test.py.
Member Function Documentation
| def detect_test_config | ( | self, | |
verbose = False |
|||
| ) |
Detects test case configuration
Definition at line 328 of file host_test.py.
| def notify | ( | self, | |
| message | |||
| ) |
On screen notification function
Definition at line 406 of file host_test.py.
| def print_result | ( | self, | |
| result | |||
| ) |
Test result unified printing function
Definition at line 412 of file host_test.py.
| def run | ( | self ) |
Test runner for host test. This function will start executing
test and forward test result via serial port to test suite
Definition at line 357 of file host_test.py.
| def setup | ( | self ) |
Setup and check if configuration for test is
correct. E.g. if serial port can be opened.
Definition at line 396 of file host_test.py.
Generated on Tue Jul 12 2022 12:29:14 by
1.7.2
