Hi All,
I was wondering how you guys unit test your PyQt apps which depends on
the Qt event loop in order to run. I'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?
_______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
