behave

Package — TestingPython 3.7+Intermediate

Behavior-driven development (BDD) framework using Gherkin syntax

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
parse, parse-type, six, colorama, enum34
Install
pip install behave

Learn by Difficulty

Quick Example

python
# Install: pip install behave
import behave

# Basic behave usage
print(f"Using behave")
# See documentation for detailed examples

behave is a third-party package. Behavior-driven development (BDD) framework using Gherkin syntax. Install with: pip install behave

Try in Playground

Tags

packagetestingquality-assurance