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

John McGehee python at voom.net
Thu Aug 4 00:59:10 BST 2011


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 and PyQt.  This is done the simple, direct way--there is nothing to buy 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


More information about the PyQt mailing list