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

Last updated: November 27,2024

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

Please follow the instructions below to install python3-testslide-docs.noarch on Fedora 38

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

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

Please follow the instructions below to uninstall python3-testslide-docs.noarch on Fedora 38:

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

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

Last metadata expiration check: 3:44:37 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-testslide-docs
Version : 2.7.1
Release : 2.fc38
Architecture : noarch
Size : 316 k
Source : python-TestSlide-2.7.1-2.fc38.src.rpm
Repository : updates
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.