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

9 lines
264 B
Python

# Testing if feature collisions are detected accross recursive features
expected_results = {
"K64F": {
"desc": "test recursive feature collisions",
"exception_msg": "Configuration conflict. The feature UVISOR both added and removed."
}
}