Tue, 12 Nov 2024 15:43:28 UTC | login

Information for build python-pytest-qt-4.4.0-5.fc41

ID312054
Package Namepython-pytest-qt
Version4.4.0
Release5.fc41
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, 12 Jul 2024 09:02:57 UTC
CompletedFri, 12 Jul 2024 09:02:57 UTC
Tags
f41
RPMs
src
python-pytest-qt-4.4.0-5.fc41.src.rpm (info) (download)
noarch
python3-pytest-qt-4.4.0-5.fc41.noarch.rpm (info) (download)
Changelog * Wed Jun 19 2024 Python Maint <python-maint@redhat.com> - 4.4.0-5 - Rebuilt for Python 3.13 * Tue Apr 23 2024 Sandro <devel@penguinpee.nl> - 4.4.0-3 - Disable test failing with PySide6>=6.7.0 - Solve FTBFS for now (RHBZ#2276586) * 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