Lee Kai Xuan / mbed-os

Fork of mbed-os by erkin yucel

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test_data.py Source File

test_data.py

00001 # Testing if features can enable other features
00002 
00003 expected_results = {
00004     "test_target": {
00005         "desc": "test recursive features",
00006         "expected_features": ["IPV4", "STORAGE", "UVISOR"]
00007     }
00008 }