pytest-dev / pytest-qt

pytest plugin for Qt (PyQt5/PyQt6 and PySide2/PySide6) application testing
https://pytest-qt.readthedocs.io
MIT License
409 stars 70 forks source link

Puzzlement with some failures with qtbot.waitSignal #398

Open Mrodent opened 2 years ago

Mrodent commented 2 years ago

Dear The-Compiler (or others).

Any chance you might take a look at this SO question I posed a few days ago?

Today I discovered waitSignal, and it seems to work with some kinds of signals... but please see the problems I'm having with the 3 tests after "LATER" (added just now).

SO question with MRE