How to Install and Uninstall python3-pytest-smartcov.noarch Package on Fedora 38

Last updated: November 28,2024

1. Install "python3-pytest-smartcov.noarch" package

In this section, we are going to explain the necessary steps to install python3-pytest-smartcov.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-pytest-smartcov.noarch

2. Uninstall "python3-pytest-smartcov.noarch" package

Please follow the instructions below to uninstall python3-pytest-smartcov.noarch on Fedora 38:

$ sudo dnf remove python3-pytest-smartcov.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-smartcov.noarch package on Fedora 38

Last metadata expiration check: 2:48:24 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-pytest-smartcov
Version : 0.3
Release : 7.fc38
Architecture : noarch
Size : 17 k
Source : python-pytest-smartcov-0.3-7.fc38.src.rpm
Repository : fedora
Summary : Smart coverage plugin for pytest
URL : https://github.com/carljm/pytest-smartcov
License : BSD
Description :
: Smart coverage measurement and reporting for py.test test suites. Test suites
: are usually structured parallel to (or integrated with) the structure of the
: code they test. If you ask py.test to run a certain subset of your tests, you
: shouldn't have to also tell coverage which subset of your code it should
: measure coverage on for that run. With pytest-smartcov, you don't have to.