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: tests.py
- Revision:
- 2:5f044fef8f98
- Parent:
- 0:4a2e5f0422d6
--- a/tests.py Wed Mar 30 16:27:19 2016 +0000 +++ b/tests.py Wed Mar 30 19:28:05 2016 +0100 @@ -14,8 +14,8 @@ See the License for the specific language governing permissions and limitations under the License. """ -from workspace_tools.paths import * -from workspace_tools.data.support import * +from tools.paths import * +from tools.data.support import * TEST_CMSIS_LIB = join(TEST_DIR, "cmsis", "lib") TEST_MBED_LIB = join(TEST_DIR, "mbed", "env") @@ -1082,7 +1082,7 @@ # Look for 'TEST_GROUPS' in private_settings.py and update the GROUPS dictionary # with the information in test_groups if found try: - from workspace_tools.private_settings import TEST_GROUPS + from tools.private_settings import TEST_GROUPS except: TEST_GROUPS = {} GROUPS.update(TEST_GROUPS)