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

Last updated: May 17,2024

1. Install "python3-pytest-bdd.noarch" package

This tutorial shows how to install python3-pytest-bdd.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pytest-bdd.noarch

2. Uninstall "python3-pytest-bdd.noarch" package

This is a short guide on how to uninstall python3-pytest-bdd.noarch on Fedora 34:

$ sudo dnf remove python3-pytest-bdd.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:53:07 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pytest-bdd
Version : 4.1.0
Release : 6.fc34
Architecture : noarch
Size : 65 k
Source : python-pytest-bdd-4.1.0-6.fc34.src.rpm
Repository : updates
Summary : BDD library for the py.test runner
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.