Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 756 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 756 Bytes

behavior-driven-python

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.