Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pytest Qt

How To Click On Qmessagebox With Pytest-qt?

I am creating some unit tests for a PyQt application with pytest-qt. And I would like to create ope… Read more How To Click On Qmessagebox With Pytest-qt?

How To Automate Mouse Drag Using Pytest-qt?

I have a pyqt window which tracks mouse movement while the mouse is pressed. I'm trying to writ… Read more How To Automate Mouse Drag Using Pytest-qt?

QApplication Instance/qtbot Fixture Causes Travis-ci To Abort And Core Dump

Working on understanding how to go about automated unit testing for PySide2-based applications. How… Read more QApplication Instance/qtbot Fixture Causes Travis-ci To Abort And Core Dump