We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b94d28 commit a8dce36Copy full SHA for a8dce36
tests/validation/hello_world/test_hello_world.py
@@ -1,2 +1,7 @@
1
+import logging
2
+
3
4
def test_hello_world(dut):
5
+ LOGGER = logging.getLogger(__name__)
6
dut.expect_exact("Hello Arduino!")
7
+ LOGGER.info("Hello Arduino! message was sent")
0 commit comments