How to Install and Uninstall python3-pytest-bdd Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-pytest-bdd" package

This tutorial shows how to install python3-pytest-bdd on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pytest-bdd

2. Uninstall "python3-pytest-bdd" package

This guide covers the steps necessary to uninstall python3-pytest-bdd on openSUSE Leap:

$ sudo zypper remove python3-pytest-bdd

3. Information about the python3-pytest-bdd package on openSUSE Leap

Information for package python3-pytest-bdd:
-------------------------------------------
Repository : Main Repository
Name : python3-pytest-bdd
Version : 3.3.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 338.8 KiB
Installed : No
Status : not installed
Source package : python-pytest-bdd-3.3.0-bp155.2.10.src
Upstream URL : https://github.com/pytest-dev/pytest-bdd
Summary : BDD for pytest
Description :
BDD library for the py.test runner
pytest-bdd implements a subset of Gherkin language for the automation of the project
requirements testing and easier behavioral driven development.
Unlike many other BDD tools it doesn't require a separate runner and benefits from
the power and flexibility of the pytest. It allows to unify your unit and functional
tests, easier continuous integration server configuration and maximal reuse of the
tests setup.
Pytest fixtures written for the unit tests can be reused for the setup and actions
mentioned in the feature steps with dependency injection, which allows a true BDD
just-enough specification of the requirements without maintaining any context object
containing the side effects of the Gherkin imperative declarations.