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

Last updated: May 14,2024

1. Install "python38-pytest-console-scripts" package

In this section, we are going to explain the necessary steps to install python38-pytest-console-scripts on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pytest-console-scripts

2. Uninstall "python38-pytest-console-scripts" package

Learn how to uninstall python38-pytest-console-scripts on openSuSE Tumbleweed:

$ sudo zypper remove python38-pytest-console-scripts

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

Information for package python38-pytest-console-scripts:
--------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pytest-console-scripts
Version : 1.2.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 46,3 KiB
Installed : No
Status : not installed
Source package : python-pytest-console-scripts-1.2.1-1.1.src
Summary : Pytest plugin for testing console scripts
Description :
Pytest-console-scripts is a `Pytest`_ plugin for testing python scripts
installed via ``console_scripts`` entry point of ``setup.py``. It can run the
scripts under test in a separate process or using the interpreter that's
running the test suite. The former mode ensures that the script will run in an
environment that is identical to normal execution whereas the latter one allows
much quicker test runs during development while simulating the real runs as
much as possible.