3 lines
60 B
Python
3 lines
60 B
Python
def test_hello_world(dut):
|
|
dut.expect('Hello Arduino!')
|
def test_hello_world(dut):
|
|
dut.expect('Hello Arduino!')
|