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

Last updated: July 05,2024

1. Install "python3-pycotap.noarch" package

Please follow the guidelines below to install python3-pycotap.noarch on Fedora 34

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

2. Uninstall "python3-pycotap.noarch" package

Please follow the instructions below to uninstall python3-pycotap.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:11:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pycotap
Version : 1.1.0
Release : 8.fc34
Architecture : noarch
Size : 14 k
Source : python-pycotap-1.1.0-8.fc34.src.rpm
Repository : fedora
Summary : A tiny test runner that outputs TAP results to standard output
URL : https://el-tramo.be/pycotap
License : MIT
Description : pycotap is a simple Python test runner for unit tests that outputs Test Anything
: Protocol results directly to standard output.Contrary to other TAP runners
: for Python, pycotap prints TAP (and *only* TAP) to standard output
: instead of to a separate file, allowing you to pipe it directly to TAP pretty
: printers and processors.