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-os by
Diff: tools/test/config_test/test22/test_data.py
- Revision:
- 0:f269e3021894
diff -r 000000000000 -r f269e3021894 tools/test/config_test/test22/test_data.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/test/config_test/test22/test_data.py Sun Oct 23 15:10:02 2016 +0000
@@ -0,0 +1,8 @@
+# Testing when adding two features
+
+expected_results = {
+ "test_target": {
+ "desc": "test composing features",
+ "expected_features": ["IPV4", "STORAGE"]
+ }
+}
