Size: 1275
Comment:
|
Size: 1447
Comment: Added pytest + pytest-qt as an alternative
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
* [[https://pytest.org|pytest]] with the [[https://pypi.python.org/pypi/pytest-qt|pytest-qt]] plugin * [[https://github.com/pytest-dev/pytest-qt/#pytest-qt|example]] |
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.