Unit Testing in PySide2: Object Lifecycle and State Leakage
As promised at the conclusion of my previous post, I will continue to document my experiences writing Qt applications in Python using PySide2 and the lessons...
As promised at the conclusion of my previous post, I will continue to document my experiences writing Qt applications in Python using PySide2 and the lessons...
For my first post, I will be discussing something that I’ve had to deal with for quite some time now: writing Python unit tests for a GUI written in Qt.