Skip to content
jangxyz edited this page Sep 13, 2010 · 5 revisions

Pyeature (read it like FEATURE_) is a python port of cucumber, which is an acceptance test tool for ruby that goes along with their unit test tool, "_rpsec":http://rspec.info.

You start by adding a feature(hence the name), write a simple acceptance test to check, and go on writing unit tests for the implementation.

See example to see how it works, or comparison to check the difference with cucumber.

Clone this wiki locally