def test_simple_start(self): get_oocd( chip_name="Esp32" ) # if any of files to launch is not exists will through an exception
def __init__(self, methodName): super(DebuggerTestsBase, self).__init__(methodName) self.gdb = dbg.get_gdb() self.oocd = dbg.get_oocd()