How to Install and Uninstall python3-testslide.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 16,2024
1. Install "python3-testslide.noarch" package
Please follow the steps below to install python3-testslide.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3-testslide.noarch
Copied
2. Uninstall "python3-testslide.noarch" package
This tutorial shows how to uninstall python3-testslide.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3-testslide.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-testslide.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:05:13 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-testslide
Version : 2.7.0
Release : 2.el8
Architecture : noarch
Size : 110 k
Source : python-TestSlide-2.7.0-2.el8.src.rpm
Repository : epel
Summary : A Python test framework
URL : https://github.com/facebook/TestSlide
License : MIT
Description : A test framework for Python that enable unit testing / TDD / BDD to be
: productive and enjoyable.
:
: Its well behaved mocks with thorough API validations catches bugs both
: when code is first written or long in the future when it is changed.
:
: The flexibility of using them with existing unittest.TestCase or TestSlide's
: own test runner let users get its benefits without requiring refactoring
: existing code.
Available Packages
Name : python3-testslide
Version : 2.7.0
Release : 2.el8
Architecture : noarch
Size : 110 k
Source : python-TestSlide-2.7.0-2.el8.src.rpm
Repository : epel
Summary : A Python test framework
URL : https://github.com/facebook/TestSlide
License : MIT
Description : A test framework for Python that enable unit testing / TDD / BDD to be
: productive and enjoyable.
:
: Its well behaved mocks with thorough API validations catches bugs both
: when code is first written or long in the future when it is changed.
:
: The flexibility of using them with existing unittest.TestCase or TestSlide's
: own test runner let users get its benefits without requiring refactoring
: existing code.