[TIP] PyBehave ?!?

Kumar McMillan kumar.mcmillan at gmail.com
Mon Mar 12 09:24:49 PDT 2007


also, Ian Bicking wrote a compelling argument for how doctest is
somewhat of a python equivalent of ruby's rspec:
http://blog.ianbicking.org/behavior-driven-programming.html

also, his minimock (link below) is I think also a way to accomplish
the "mock everything but the thing I'm testing" aspect of BDD.

On 3/12/07, Michał Kwiatkowski <constant.beta at gmail.com> wrote:
>
> [1] http://python-mock.sourceforge.net/
> [2] http://theblobshop.com/pymock/
> [3] http://blog.ianbicking.org/minimock.html
> [4] http://somethingaboutorange.com/mrl/projects/nose/
> [5] http://darcs.idyll.org/~t/projects/figleaf/README.html
> [6] included in pinocchio package:
> http://darcs.idyll.org/~t/projects/pinocchio/doc/
> [7] http://rspec.rubyforge.org/
> [8] http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy
>
> Cheers,
> mk


More information about the testing-in-python mailing list