Daiki Kato / mbed-os-lychee

Dependents:   mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test_data.py Source File

test_data.py

00001 # Put an invalid key in the application configuration
00002 
00003 expected_results = {
00004     "K64F": {
00005         "desc": "invalid key in mbed_app_config.json",
00006         "exception_msg": "Unknown key(s)"
00007     }
00008 }