How to Install and Uninstall python310-pytest-bdd Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python310-pytest-bdd" package

This tutorial shows how to install python310-pytest-bdd on openSuSE Tumbleweed

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

2. Uninstall "python310-pytest-bdd" package

Please follow the guidance below to uninstall python310-pytest-bdd on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytest-bdd

3. Information about the python310-pytest-bdd package on openSuSE Tumbleweed

Information for package python310-pytest-bdd:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pytest-bdd
Version : 5.0.0-1.12
Arch : noarch
Vendor : openSUSE
Installed Size : 243.8 KiB
Installed : No
Status : not installed
Source package : python-pytest-bdd-5.0.0-1.12.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.