pythontestingbdd

Practicing BDD with python


Which are the most advanced frameworks and tools there are available for python for practicing Behavior Driven Development? Especially finding similar tools as rspec and mocha for ruby would be great.


Solution

  • Ian Bicking recommends using doctest for behavior driven design:

    I personally tend to use nose and voidspace mock in a behavior driven design style. Specifically, the spec plugin for nose is excellent for BDD.