How to Install and Uninstall python38-pytest-qt Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python38-pytest-qt" package

Here is a brief guide to show you how to install python38-pytest-qt on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pytest-qt

2. Uninstall "python38-pytest-qt" package

In this section, we are going to explain the necessary steps to uninstall python38-pytest-qt on openSuSE Tumbleweed:

$ sudo zypper remove python38-pytest-qt

3. Information about the python38-pytest-qt package on openSuSE Tumbleweed

Information for package python38-pytest-qt:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pytest-qt
Version : 4.0.2-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 335,0 KiB
Installed : No
Status : not installed
Source package : python-pytest-qt-4.0.2-1.3.src
Summary : Pytest support for PyQt and PySide applications
Description :
Pytest-qt is a pytest plugin that allows programmers to write tests
for PySide and PyQt 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.