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 # Like test19, but this time check invalid key in a library configuration
00002 
00003 expected_results = {
00004     "K64F": {
00005         "desc": "test invalid key in lib config",
00006         "exception_msg": "Unknown key(s) 'invalid_key'"
00007     }
00008 }