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

Last updated: October 09,2024

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

This tutorial shows how to install python-pytest-bdd-doc.noarch on Fedora 36

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

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

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

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

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

Last metadata expiration check: 5:37:35 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python-pytest-bdd-doc
Version : 5.0.0
Release : 8.fc36
Architecture : noarch
Size : 181 k
Source : python-pytest-bdd-5.0.0-8.fc36.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.