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

Last updated: July 05,2024

1. Install "python36-pytest-cov" package

Please follow the guidance below to install python36-pytest-cov on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pytest-cov

2. Uninstall "python36-pytest-cov" package

This guide covers the steps necessary to uninstall python36-pytest-cov on openSuSE Tumbleweed:

$ sudo zypper remove python36-pytest-cov

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

Information for package python36-pytest-cov:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-cov
Version : 3.0.0-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 139,2 KiB
Installed : No
Status : not installed
Source package : python-pytest-cov-3.0.0-1.1.src
Summary : Pytest plugin for coverage reporting
Description :
This plugin produces coverage reports. It supports centralised testing
and distributed testing in both load and each modes. It also supports
coverage of subprocesses.
All features offered by the coverage package should be available, either
through pytest-cov or through coverage's config file.