Clone of official tools
Diff: test/config_test/test13/test_data.py
- Revision:
- 9:2d27d77ada5c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/config_test/test13/test_data.py Tue Jun 14 11:07:30 2016 +0100 @@ -0,0 +1,8 @@ +# Create two libraries named "lib1", which must raise an error + +expected_results = { + "K64F": { + "desc": "attempt to configure two libraries named 'lib1'", + "exception_msg": "Library name 'lib1' is not unique" + } +}