How to Install and Uninstall python-pytest-bdd-doc.noarch Package on Fedora 39

Last updated: September 22,2024

1. Install "python-pytest-bdd-doc.noarch" package

In this section, we are going to explain the necessary steps to install python-pytest-bdd-doc.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python-pytest-bdd-doc.noarch

2. Uninstall "python-pytest-bdd-doc.noarch" package

Please follow the instructions below to uninstall python-pytest-bdd-doc.noarch on Fedora 39:

$ sudo dnf remove python-pytest-bdd-doc.noarch $ sudo dnf autoremove

3. Information about the python-pytest-bdd-doc.noarch package on Fedora 39

Last metadata expiration check: 5:15:08 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python-pytest-bdd-doc
Version : 6.1.1
Release : 14.fc39
Architecture : noarch
Size : 191 k
Source : python-pytest-bdd-6.1.1-14.fc39.src.rpm
Repository : fedora
Summary : Documentation for pytest-bdd
URL : https://pytest-bdd.readthedocs.io/en/latest/
License : MIT
Description : pytest-bdd implements a subset of the Gherkin language to enable automating
: project requirements testing and to facilitate behavioral driven development.
:
: Unlike many other BDD tools, it does not require a separate runner and benefits
: from the power and flexibility of pytest. It enables unifying unit and
: functional tests, reduces the burden of continuous integration server
: configuration and allows the reuse of test setups.
:
: Pytest fixtures written for unit tests can be reused for setup and actions
: mentioned in feature steps with dependency injection. This allows a true BDD
: just-enough specification of the requirements without maintaining any context
: object containing the side effects of Gherkin imperative declarations.