From 41a7dada69298eb5425254e56194cb5e6532e4be Mon Sep 17 00:00:00 2001 From: Przemek Wirkus Date: Fri, 11 Jul 2014 10:34:52 +0100 Subject: [PATCH] Removed TODO section in comments - all TODOs are fixed and implemented now. --- workspace_tools/host_tests/host_test.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/workspace_tools/host_tests/host_test.py b/workspace_tools/host_tests/host_test.py index dd7d866ff8..2499257837 100644 --- a/workspace_tools/host_tests/host_test.py +++ b/workspace_tools/host_tests/host_test.py @@ -155,17 +155,6 @@ class DefaultTest(Test): serial_init_res = self.mbed.init_serial() self.mbed.reset() -""" -TODO: -1. handle serial exception (no serial). -2. show message for serial error. -3. stop test if serial not connected (so no exceptions and just clean test failures). -4. move print_result, success failure to base class. -5. handle fail.txt file message from disk drive -6. handle disk not found exception -7. add loops for tests. -8. unify firmware filename to 'firmware.???' and add programming cycle: delete/sync/copy/sync/reset -""" class Simple(DefaultTest): def run(self):