How to Install and Uninstall python3-testscenarios.noarch Package on Rocky Linux 8
Last updated: November 13,2024
1. Install "python3-testscenarios.noarch" package
This guide let you learn how to install python3-testscenarios.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-testscenarios.noarch
Copied
2. Uninstall "python3-testscenarios.noarch" package
This tutorial shows how to uninstall python3-testscenarios.noarch on Rocky Linux 8:
$
sudo dnf remove
python3-testscenarios.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-testscenarios.noarch package on Rocky Linux 8
Last metadata expiration check: 1:03:13 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-testscenarios
Version : 0.5.0
Release : 18.el8
Architecture : noarch
Size : 40 k
Source : python-testscenarios-0.5.0-18.el8.src.rpm
Repository : epel
Summary : Testscenarios, a pyunit extension for dependency injection
URL : https://launchpad.net/testscenarios
License : ASL 2.0 and BSD
Description : testscenarios provides clean dependency injection for python unittest style
: tests. This can be used for interface testing (testing many implementations via
: a single test suite) or for classic dependency injection (provide tests with
: dependencies externally to the test code itself, allowing easy testing in
: different situations).
Available Packages
Name : python3-testscenarios
Version : 0.5.0
Release : 18.el8
Architecture : noarch
Size : 40 k
Source : python-testscenarios-0.5.0-18.el8.src.rpm
Repository : epel
Summary : Testscenarios, a pyunit extension for dependency injection
URL : https://launchpad.net/testscenarios
License : ASL 2.0 and BSD
Description : testscenarios provides clean dependency injection for python unittest style
: tests. This can be used for interface testing (testing many implementations via
: a single test suite) or for classic dependency injection (provide tests with
: dependencies externally to the test code itself, allowing easy testing in
: different situations).