Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-sdk-tools by
test/config_test/test22/test_data.py@31:182518299918, 2017-01-04 (annotated)
- Committer:
- The Other Jimmy
- Date:
- Wed Jan 04 11:58:24 2017 -0600
- Revision:
- 31:182518299918
- Parent:
- 13:ab47a20b66f0
Update tools to follow mbed-os tools release 5.3.1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
screamer | 13:ab47a20b66f0 | 1 | # Testing when adding two features |
screamer | 13:ab47a20b66f0 | 2 | |
screamer | 13:ab47a20b66f0 | 3 | expected_results = { |
screamer | 13:ab47a20b66f0 | 4 | "test_target": { |
screamer | 13:ab47a20b66f0 | 5 | "desc": "test composing features", |
The Other Jimmy |
31:182518299918 | 6 | "expected_features": ["IPV4", "STORAGE"] |
screamer | 13:ab47a20b66f0 | 7 | } |
screamer | 13:ab47a20b66f0 | 8 | } |