python-pytest-qt 4.4.0
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.
- Website: https://github.com/pytest-dev/pytest-qt
- Licenses: Expat
- Package source: gnu/packages/python-check.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-pytest-qt 4.4.0
as follows:
guix install python-pytest-qt@4.4.0
Or install the latest version:
guix install python-pytest-qt
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.