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

Last updated: May 17,2024

1. Install "python36-pytest-bdd" package

This guide let you learn how to install python36-pytest-bdd on openSuSE Tumbleweed

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

2. Uninstall "python36-pytest-bdd" package

Here is a brief guide to show you how to uninstall python36-pytest-bdd on openSuSE Tumbleweed:

$ sudo zypper remove python36-pytest-bdd

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

Information for package python36-pytest-bdd:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-bdd
Version : 4.0.2-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 300,1 KiB
Installed : No
Status : not installed
Source package : python-pytest-bdd-4.0.2-1.5.src
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.