Skip to content

Commit 27a9b48

Browse files
committed
feat(wokwi): log upload status before starting simulation
1 parent fa35a20 commit 27a9b48

File tree

1 file changed

+2
-0
lines changed
  • pytest-embedded-wokwi/pytest_embedded_wokwi

1 file changed

+2
-0
lines changed

pytest-embedded-wokwi/pytest_embedded_wokwi/wokwi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ def _setup_simulation(self, diagram: str, firmware_path: str, elf_path: str):
9393
self.client.upload_file('pytest.bin', firmware_path)
9494
self.client.upload_file('pytest.elf', elf_path)
9595

96+
logging.info('Uploaded diagram and firmware to Wokwi. Starting simulation...')
97+
9698
# Start simulation
9799
self.client.start_simulation(firmware='pytest.bin', elf='pytest.elf')
98100

0 commit comments

Comments
 (0)