ON Semiconductor / mbed-os

Dependents:   mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test_data.py Source File

test_data.py

00001 # Testing if feature collisions are detected accross recursive features
00002 
00003 expected_results = {
00004     "K64F": {
00005         "desc": "test recursive feature collisions",
00006         "exception_msg": "Configuration conflict. The feature UVISOR both added and removed." 
00007     }
00008 }