[PyQt] Here is how to write PyQt GUI unit tests with QtTest and unittest

2011-08-03 Thread John McGehee
or install. - Riverbank Computing, This article is under a Creative Commons license, and the example code is GPL. I would be honored if you added it to your documentation, or maybe I can add it myself. John McGehee http://www.voom.net ___ PyQt mailing

Re: [PyQt] Here is how to write PyQt GUI unit tests with QtTest and unittest

2011-08-03 Thread John McGehee
On Wednesday, August 03, 2011 04:59:10 PM John McGehee wrote: I found no resources on this topic, so I wrote my own article, Test PyQt GUIs with QTest and unittest http://www.voom.net/pyqt-qtest-example I provide a complete example that uses only modules included in Python