BDD? Behave?

BDD (Behavior-Driven Development), is a software development methodology that emphasizes collaboration and shared understanding between devs, testers, and business stakeholders

Behave is a tool for Behavior driven development in Python.

Installation

pip install behave
Updated on