Welcome to behave!¶
behave is behaviour-driven development, Python style.

Behavior-driven development (or BDD) is an agile software development technique that encourages collaboration between developers, QA and non-technical or business participants in a software project. We have a page further describing this philosophy.
%sbehave uses tests written in a natural language style, backed up by Python code.
Once you’ve installed behave, we recommend reading the
tutorial first and then
behave API and
related software (things that you can combine with %sbehave)
finally: how to use and configure the %sbehave tool.
There is also a comparison with the other tools available.
Contents¶
See also
Peter Parente: BDD and Behave (tutorial)