joey shelton / LED_Demo

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

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 library configuration
00002 
00003 expected_results = {
00004     "K64F": {
00005         "desc": "invalid key in mbed_lib_config.json",
00006         "exception_msg": "Unknown key(s)"
00007     }
00008 }