AllYarnsAreBeautiful/ayab-desktop

[BUG] `CommunicationMock` with `step=True` fails

Opened this issue · 0 comments

The call to QMessageBox in communication_mock.py hangs because the GUI is in a different thread.

To fix this, make the CommunicationMock object inherit type Signal_Sender and use emit_blocking_popup().