Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
test_data.py
00001 # Similar to test1, but this time B2 attempt to override base1_1. Since B2 doesn't directly inherit 00002 # from B1, this must raise an error 00003 00004 expected_results = { 00005 "f": { 00006 "desc": "attempt to override undefined parameter in inherited target", 00007 "exception_msg": "Attempt to override undefined parameter 'base1_1' in 'target:b2'" 00008 }, 00009 "d1": { 00010 "desc": "single target inheritance again", 00011 "target.base1_1": "v_base1_1_d1", 00012 "target.base1_2": "v_base1_2_d1", 00013 "target.base1_3": "v_base1_3_b1", 00014 "target.derived1": "v_derived1_d1", 00015 "target.derived2": "v_derived2_d1" 00016 } 00017 } 00018
Generated on Tue Jul 12 2022 12:28:53 by
