mbed-os/tools/test/config_test/test22/test_data.py

9 lines
168 B
Python
Raw Normal View History

# Testing when adding two features
expected_results = {
"K64F": {
"desc": "test composing features",
"expected_features": ["IPV4", "IPV6"]
}
}