How to Install and Uninstall python3-pytest-bdd Package on Kali Linux

Last updated: July 03,2024

1. Install "python3-pytest-bdd" package

This is a short guide on how to install python3-pytest-bdd on Kali Linux

$ sudo apt update $ sudo apt install python3-pytest-bdd

2. Uninstall "python3-pytest-bdd" package

In this section, we are going to explain the necessary steps to uninstall python3-pytest-bdd on Kali Linux:

$ sudo apt remove python3-pytest-bdd $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pytest-bdd package on Kali Linux

Package: python3-pytest-bdd
Source: pytest-bdd
Version: 5.0.0-1
Installed-Size: 141
Maintainer: Debian Python Team
Architecture: all
Depends: python3-glob2, python3-mako, python3-parse, python3-parse-type, python3-py, python3-pytest, python3:any
Size: 35336
SHA256: 0590c88d664a4cf97f2b634d915ce3ec58760aa49093e36e4da9f656e0286c47
SHA1: 92b7586e2bc8f8a947bc32246b54a3570435cca1
MD5sum: b427e7c552e964481bb07ca8a30dd919
Description: BDD plugin for py.test
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 one 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.
.
This package contains the Python 3 version.
Description-md5: 9f1aeb449a229523382d09fe91b38d7d
Homepage: https://github.com/pytest-dev/pytest-bdd/
Section: python
Priority: optional
Filename: pool/main/p/pytest-bdd/python3-pytest-bdd_5.0.0-1_all.deb