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

Last updated: May 18,2024

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

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

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

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

Please follow the steps below to uninstall python36-pytest-console-scripts on openSuSE Tumbleweed:

$ sudo zypper remove python36-pytest-console-scripts

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

Information for package python36-pytest-console-scripts:
--------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-console-scripts
Version : 1.2.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 46,1 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.