mbed-os

Fork of mbed-os by erkin yucel

tools/test/config_test/test14/test_data.py

Committer:
elessair
Date:
2016-10-23
Revision:
0:f269e3021894

File content as of revision 0:f269e3021894:

# Put an invalid key in the application configuration

expected_results = {
    "K64F": {
        "desc": "invalid key in mbed_app_config.json",
        "exception_msg": "Unknown key(s)"
    }
}