pytest-dev / pytest-qt

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

ENH: Add failing type #554

Closed larsoner closed 6 months ago

larsoner commented 6 months ago

Before:

E   TypeError: Need to pass a QWidget to addWidget!

now:

E   TypeError: Need to pass a QWidget to addWidget, got pyvistaqt.dialog.FileDialog!
larsoner commented 6 months ago

Works for me!

nicoddemus commented 6 months ago

Merging as the failures are unrelated.

Thanks @larsoner!