In ruby world the tools I like most for TDD are:

- autotest: when you save a file, autotest detects it are run automatically
associated unit tests.
http://ph7spot.com/musings/getting-started-with-autotest. For PHPUnit
there's a light autotest-like http://gist.github.com/287950. I really like
it as you have a smooth workflow, don't think about which test to run, quick
feedback. Brings lot of confidence.

- shoulda: macros, contexts and understandable tests.
http://github.com/thoughtbot/shoulda.


Laurent Laffont

http://pharocasts.blogspot.com/
http://magaloma.blogspot.com/


On Wed, Jun 2, 2010 at 9:30 PM, Stéphane Ducasse
<[email protected]>wrote:

> Hi all
>
> Imagine that we would like to sell pharo (+ seaside) as THE agile platform
> for doing TDD.
> What would be the changes that we could do support it.
> I know that hernan did a package for that but not I would like to have a
> new list of items
> to support it.
>
> Stef
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to