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/test24/test_data.py@13:ab47a20b66f0, 2016-07-14 (annotated)
- Committer:
- screamer
- Date:
- Thu Jul 14 20:21:19 2016 +0100
- Revision:
- 13:ab47a20b66f0
- Child:
- 31:182518299918
Apply latest tools
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
screamer | 13:ab47a20b66f0 | 1 | # Testing if features can enable other features |
screamer | 13:ab47a20b66f0 | 2 | |
screamer | 13:ab47a20b66f0 | 3 | expected_results = { |
screamer | 13:ab47a20b66f0 | 4 | "test_target": { |
screamer | 13:ab47a20b66f0 | 5 | "desc": "test recursive features", |
screamer | 13:ab47a20b66f0 | 6 | "expected_features": ["IPV4", "IPV6", "UVISOR"] |
screamer | 13:ab47a20b66f0 | 7 | } |
screamer | 13:ab47a20b66f0 | 8 | } |