This repository contains example projects for the following Python BDD test frameworks:
The example projects (in the subdirectories) include full tests and documentation. They are companions to Python conference talks and the Automation Panda blog.
The example projects share the cucumbers.py
module,
which contains a simple CucumberBasket class for unit testing.
However, the feature files and step definition modules in each project
are slightly different because they depend upon the framework.