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 when two features collide
00002 
00003 expected_results = {
00004     "K64F": {
00005         "desc": "test feature collisions",
00006         "exception_msg": "Configuration conflict. The feature IPV4 both added and removed." 
00007     }
00008 }