BDD Demo

This repo is meant to demonstrate the value of behavior-driven development. Here, I've used Behave.

Prerequisites

You must have Docker installed on your local machine.

Local setup

Clone this repo:

git clone git@github.com:christherama/behave_poc.git

Start Docker container:

make start

Run Behave tests

make test