PyCukes is awesome for BDD
PyCukes makes it easy to write easy-to-read stories. In recipe32, we explore how to write up a user story as shown below.
When we run this story through PyCukes, it markes up unwired BDD test steps as PENDING.
Later on in the recipe, we add wiring written in Python that links the story steps with setup code, operations, and assertions. This makes our stories testable, as shown below.
This makes a great feedback tool to share with our stake holders as we develop systems.
