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 # Create two libraries named "lib1", which must raise an error
00002 
00003 expected_results = {
00004     "K64F": {
00005         "desc": "attempt to configure two libraries named 'lib1'",
00006         "exception_msg": "Library name 'lib1' is not unique"
00007     }
00008 }