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 fa35a20 commit 27a9b48Copy full SHA for 27a9b48
pytest-embedded-wokwi/pytest_embedded_wokwi/wokwi.py
@@ -93,6 +93,8 @@ def _setup_simulation(self, diagram: str, firmware_path: str, elf_path: str):
93
self.client.upload_file('pytest.bin', firmware_path)
94
self.client.upload_file('pytest.elf', elf_path)
95
96
+ logging.info('Uploaded diagram and firmware to Wokwi. Starting simulation...')
97
+
98
# Start simulation
99
self.client.start_simulation(firmware='pytest.bin', elf='pytest.elf')
100
0 commit comments