mbed-os/tools/test/config_test/test20/test_data.py

9 lines
224 B
Python

# Like test19, but this time check invalid key in a library configuration
expected_results = {
"K64F": {
"desc": "test invalid key in lib config",
"exception_msg": "Unknown key(s) 'invalid_key'"
}
}