We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce078d6 commit 41a7dadCopy full SHA for 41a7dad
workspace_tools/host_tests/host_test.py
@@ -155,17 +155,6 @@ def __init__(self):
155
serial_init_res = self.mbed.init_serial()
156
self.mbed.reset()
157
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
169
170
class Simple(DefaultTest):
171
def run(self):
0 commit comments