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

Last updated: December 30,2024

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

Learn how to install python310-pytest-console-scripts on openSuSE Tumbleweed

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

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

Please follow the instructions below to uninstall python310-pytest-console-scripts on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytest-console-scripts

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

Information for package python310-pytest-console-scripts:
---------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pytest-console-scripts
Version : 1.4.1-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 64.0 KiB
Installed : No
Status : not installed
Source package : python-pytest-console-scripts-1.4.1-3.1.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.