GUI Testing
The following list is a collection of resources that may be useful to people who want to test their PyQt user interfaces:
How to write unit tests for PyQt GUI widgets using only the open source modules included in PyQt and Python
PyQt testing with nose - a thread from the python-testing mailing list which describes various options
LDTP uses accessibility libraries to perform GUI testing
- Due to the conflicting libraries in use on Linux desktops (ATK vs. D-Bus) and the fact that D-Bus-based accessibility is often disabled for Qt applications, this may not be a workable option.
Hooq (see this blog article)
Another blog article about using Hooq with PyQt4
The Unit Testing page deals with more general unit testing issues.