behaveEasy Playground

Behavior-driven development (BDD) framework using Gherkin syntax

Getting started with behaveRun locally
Install
pip install behave
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: behave)

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

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?