Skip to content
rtyler edited this page Oct 15, 2012 · 1 revision

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