[PyQt] Unit testing pyqt apps

Karthik Tharavaad karthiktharavaad at gmail.com
Wed Jan 13 08:55:34 GMT 2010


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100113/01dd0622/attachment.html>


More information about the PyQt mailing list