Skip to content

Commit c070a32

Browse files
committed
feat(tests): Enhance hello_world test with logging functionality
1 parent 0d4ce6e commit c070a32

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
import logging
2+
3+
14
def test_hello_world(dut):
5+
LOGGER = logging.getLogger(__name__)
26
dut.expect_exact("Hello Arduino!")
7+
LOGGER.info("Hello Arduino! message was sent")

0 commit comments

Comments
 (0)