[pytest-dev] Announce: pytest-qt: fixture for testing PySide and PyQt applications

Bruno Oliveira nicoddemus at gmail.com
Fri Apr 19 02:46:35 CEST 2013


Hello all,

I would like to announce pytest-qt, which is a pytest plugin that helps
writing tests for GUIs written in PySide or PyQt. The plugin introduces a
new fixture, qtbot, which contains functions to send events to one or more
widgets like a real user, allowing you to test GUI specific behaviors.

Current release is 1.0 which contains the basic API, but more functionality
to make GUI testing easier should be added in the future.

Docs: https://pytest-qt.readthedocs.org<https://pytest-qt.readthedocs.org/en/latest/>
Repo: https://github.com/nicoddemus/pytest-qt

Best Regards,
Bruno
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pytest-dev/attachments/20130418/0cd2bf57/attachment.html>


More information about the Pytest-dev mailing list