mbed-os

Fork of mbed-os by erkin yucel

tools/test/config_test/test19/test_data.py

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

File content as of revision 0:f269e3021894:

# Test that invalid keys in application configuration are not allowed

expected_results = {
    "K64F": {
        "desc": "test invalid key in application config",
        "exception_msg": "Unknown key(s) 'invalid_key'"
    }
}