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.
-
Crie uma virtualenv:
virtualenv venv source venv/bin/activate
-
Instale as dependências:
pip install -r requirements.txt
-
Para executar o código utilize:
behave