Clone of official tools
test/config_test/test20/test_data.py@9:2d27d77ada5c, 2016-06-14 (annotated)
- Committer:
- Screamer@Y5070-M.virtuoso
- Date:
- Tue Jun 14 11:07:30 2016 +0100
- Revision:
- 9:2d27d77ada5c
Updated tools based on latest live tools code
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Screamer@Y5070-M.virtuoso | 9:2d27d77ada5c | 1 | # Like test19, but this time check invalid key in a library configuration |
Screamer@Y5070-M.virtuoso | 9:2d27d77ada5c | 2 | |
Screamer@Y5070-M.virtuoso | 9:2d27d77ada5c | 3 | expected_results = { |
Screamer@Y5070-M.virtuoso | 9:2d27d77ada5c | 4 | "K64F": { |
Screamer@Y5070-M.virtuoso | 9:2d27d77ada5c | 5 | "desc": "test invalid key in lib config", |
Screamer@Y5070-M.virtuoso | 9:2d27d77ada5c | 6 | "exception_msg": "Unknown key(s) 'invalid_key'" |
Screamer@Y5070-M.virtuoso | 9:2d27d77ada5c | 7 | } |
Screamer@Y5070-M.virtuoso | 9:2d27d77ada5c | 8 | } |