ON Semiconductor / mbed-os

Dependents:   mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test_data.py Source File

test_data.py

00001 # Test that invalid keys in application configuration are not allowed
00002 
00003 expected_results = {
00004     "K64F": {
00005         "desc": "test invalid key in application config",
00006         "exception_msg": "Unknown key(s) 'invalid_key'"
00007     }
00008 }