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

Last updated: March 01,2025

1. Install "python3-testslide-docs.noarch" package

This guide let you learn how to install python3-testslide-docs.noarch on Fedora 39

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

2. Uninstall "python3-testslide-docs.noarch" package

This is a short guide on how to uninstall python3-testslide-docs.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:10:12 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-testslide-docs
Version : 2.7.1
Release : 5.fc39
Architecture : noarch
Size : 192 k
Source : python-TestSlide-2.7.1-5.fc39.src.rpm
Repository : fedora
Summary : Documentation for python3-TestSlide
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.
:
: The python3-testslide-docs package contains documentation for
: python3-testslide.