Sat, 25 May 2024 03:12:53 UTC | login

Information for build python-pytest-qt-4.4.0-2.fc40

ID303436
Package Namepython-pytest-qt
Version4.4.0
Release2.fc40
Epoch
Summarypytest support for PyQt and PySide applications
Descriptionpytest-qt is a pytest plugin that allows programmers to write tests for PyQt5, PyQt6, PySide2 and PySide6 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. This allows you to test and make sure your view layer is behaving the way you expect after each code change.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 05 Apr 2024 16:43:48 UTC
CompletedFri, 05 Apr 2024 16:43:48 UTC
Tags
f40
f41
RPMs
src
python-pytest-qt-4.4.0-2.fc40.src.rpm (info) (download)
noarch
python3-pytest-qt-4.4.0-2.fc40.noarch.rpm (info) (download)
Changelog * Tue Mar 26 2024 Sandro <devel@penguinpee.nl> - 4.4.0-2 - Disable pyside6 test dependency for Fedora < 41 * Mon Mar 18 2024 Sandro <devel@penguinpee.nl> - 4.4.0-1 - Initial release (RHBZ#2268677) - pytest support for PyQt and PySide applications