CTS-SAT-1-OBC-Firmware
|
Functions | |
list[str] | get_test_exec_function_name_definition_list () |
list[str] | get_test_exec_registered_function_name_list () |
None | validate_test_exec_registration () |
Variables | |
GIT_REPO_ROOT_PATH = Path(git.Repo(__file__, search_parent_directories=True).working_tree_dir) | |
str | TEST_TABLE_FILE_PATH = "firmware/Core/Src/unit_tests/unit_test_inventory.c" |
Check that all `TEST_EXEC_` unit test function definitions are registered in the table.
list[str] firmware_checks._02_check_c_unit_test_inventory.get_test_exec_function_name_definition_list | ( | ) |
Get the list of all `TEST_EXEC_` function names in the repository.
list[str] firmware_checks._02_check_c_unit_test_inventory.get_test_exec_registered_function_name_list | ( | ) |
Get the list of all `TEST_EXEC_` function names in the table.
None firmware_checks._02_check_c_unit_test_inventory.validate_test_exec_registration | ( | ) |
Check that all `TEST_EXEC_` functions are registered in the table.
firmware_checks._02_check_c_unit_test_inventory.GIT_REPO_ROOT_PATH = Path(git.Repo(__file__, search_parent_directories=True).working_tree_dir) |
str firmware_checks._02_check_c_unit_test_inventory.TEST_TABLE_FILE_PATH = "firmware/Core/Src/unit_tests/unit_test_inventory.c" |