How to Install and Uninstall python3-pytest-console-scripts Package on openSUSE Leap

Last updated: February 08,2025

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

Please follow the steps below to install python3-pytest-console-scripts on openSUSE Leap

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

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

Please follow the guidelines below to uninstall python3-pytest-console-scripts on openSUSE Leap:

$ sudo zypper remove python3-pytest-console-scripts

3. Information about the python3-pytest-console-scripts package on openSUSE Leap

Information for package python3-pytest-console-scripts:
-------------------------------------------------------
Repository : Main Repository
Name : python3-pytest-console-scripts
Version : 0.2.0-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 33.1 KiB
Installed : No
Status : not installed
Source package : python-pytest-console-scripts-0.2.0-bp155.2.12.src
Upstream URL : https://github.com/kvas-it/pytest-console-scripts
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.