Skip to content

Commit 41a7dad

Browse files
committed
Removed TODO section in comments - all TODOs are fixed and implemented now.
1 parent ce078d6 commit 41a7dad

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

workspace_tools/host_tests/host_test.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -155,17 +155,6 @@ def __init__(self):
155155
serial_init_res = self.mbed.init_serial()
156156
self.mbed.reset()
157157

158-
"""
159-
TODO:
160-
1. handle serial exception (no serial).
161-
2. show message for serial error.
162-
3. stop test if serial not connected (so no exceptions and just clean test failures).
163-
4. move print_result, success failure to base class.
164-
5. handle fail.txt file message from disk drive
165-
6. handle disk not found exception
166-
7. add loops for tests.
167-
8. unify firmware filename to 'firmware.???' and add programming cycle: delete/sync/copy/sync/reset
168-
"""
169158

170159
class Simple(DefaultTest):
171160
def run(self):

0 commit comments

Comments
 (0)