/Learning-BDD

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.

Primary LanguagePythonApache License 2.0Apache-2.0

Learning-BDD

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.

Como utilizar:

  • 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