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-tools by
Diff: host_tests/host_test.py
- Revision:
- 2:5f044fef8f98
- Parent:
- 0:4a2e5f0422d6
--- a/host_tests/host_test.py Wed Mar 30 16:27:19 2016 +0000 +++ b/host_tests/host_test.py Wed Mar 30 19:28:05 2016 +0100 @@ -35,8 +35,8 @@ # we can find packages we want from the same level as other files do import sys sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '../..'))) -from workspace_tools.test_api import get_autodetected_MUTS_list -from workspace_tools.test_api import get_module_avail +from tools.test_api import get_autodetected_MUTS_list +from tools.test_api import get_module_avail class Mbed: @@ -313,7 +313,7 @@ self.RESULT_MBED_ASSERT = "mbed_assert" -import workspace_tools.host_tests as host_tests +import tools.host_tests as host_tests class Test(HostTestResults):