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
_______________________________________________ Pytest-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pytest-dev
