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

Last updated: October 05,2024

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

This guide covers the steps necessary to install python-pytest-bdd-doc.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:42:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python-pytest-bdd-doc
Version : 4.1.0
Release : 6.fc34
Architecture : noarch
Size : 175 k
Source : python-pytest-bdd-4.1.0-6.fc34.src.rpm
Repository : updates
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.