How to Install and Uninstall python3-TestSlide.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python3-TestSlide.noarch" package

Please follow the guidance below to install python3-TestSlide.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python3-TestSlide.noarch

2. Uninstall "python3-TestSlide.noarch" package

Please follow the guidelines below to uninstall python3-TestSlide.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python3-TestSlide.noarch $ sudo dnf autoremove

3. Information about the python3-TestSlide.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:43:43 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-TestSlide
Version : 2.6.4
Release : 2.el8
Architecture : noarch
Size : 105 k
Source : python-TestSlide-2.6.4-2.el8.src.rpm
Repository : epel
Summary : A Python test framework
URL : https://github.com/facebookincubator/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.