How to Install and Uninstall python3-testslide.noarch Package on Fedora 34

Last updated: July 02,2024

1. Install "python3-testslide.noarch" package

This tutorial shows how to install python3-testslide.noarch on Fedora 34

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

2. Uninstall "python3-testslide.noarch" package

This guide let you learn how to uninstall python3-testslide.noarch on Fedora 34:

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

3. Information about the python3-testslide.noarch package on Fedora 34

Last metadata expiration check: 5:44:59 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-TestSlide
Version : 2.6.4
Release : 3.fc34.1
Architecture : noarch
Size : 103 k
Source : python-TestSlide-2.6.4-3.fc34.1.src.rpm
Repository : fedora
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.

Name : python3-testslide
Version : 2.7.0
Release : 1.fc34
Architecture : noarch
Size : 108 k
Source : python-TestSlide-2.7.0-1.fc34.src.rpm
Repository : updates
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.