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 # Two libraries (lib1 and lib2) define their own configuration parameters
00002 # The application config doesn't have any parameters itself, it just overrides the parameter
00003 # named p1 from both lib1 and lib2.
00004 
00005 expected_results = {
00006    "test_target": {
00007         "desc": "app without its own parameters overrides parameters in other libs",
00008         "lib1.p1": "v_p1_lib1_app",
00009         "lib1.p2": "v_p2_lib1",
00010         "lib1.p3": "v_p3_lib1",
00011         "lib2.p1": "v_p1_lib2_app",
00012         "lib2.p2": "v_p2_lib2"
00013     }
00014 }