This package browser is in early development. Mind the rough edges.

python-pytest-qt

Pytest support for PyQt and PySide applications

pytest-qt is a Pytest plugin that allows programmers to write tests for PyQt5 and PySide2 applications.

The main usage is to use the qtbot fixture, responsible for handling qApp creation as needed and provides methods to simulate user interaction, like key presses and mouse clicks.

Installation

Install the latest version of python-pytest-qt as follows:

guix install python-pytest-qt

Or install a particular version:

guix install python-pytest-qt@4.4.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

HTML: <a href='http://127.0.0.1:3000/packages/python-pytest-qt/'><img src='http://127.0.0.1:3000/packages/python-pytest-qt/badges/latest-version.svg'></img></a>
Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/python-pytest-qt/badges/latest-version.svg)](http://127.0.0.1:3000/packages/python-pytest-qt/)
Org: [[http://127.0.0.1:3000/packages/python-pytest-qt/][http://127.0.0.1:3000/packages/python-pytest-qt/badges/latest-version.svg]]