Skip to content
This repository was archived by the owner on Nov 16, 2018. It is now read-only.
rtyler edited this page Oct 15, 2012 · 4 revisions

Cucumber in Python

Did you know that you can use cucumber to test Python code?

This is possible via the excellent rubypython gem by Zach Raines.

For a simple example, check out Cucumber's python example

Alternative Tools

  • Lettuce implements a subset of the Gherkin syntax to provide Cucumber-like functionality "native" to Python

Clone this wiki locally