Hi All,<div>    I was wondering how you guys unit test your PyQt apps which depends on the Qt event loop in order to run. I&#39;m trying to use the python unittest module and ran into some trouble when I tried to start an event loop with QApplication.exec_() since it just hangs the test function. How do you guys set up your unit tests with PyQt?</div>