On 1/19/06, Jorge Godoy <[EMAIL PROTECTED]> wrote:
>
> Kevin Dangoor <[EMAIL PROTECTED]> writes:
>
> (...)
>
> > period of time. You can bet that there are more screencasts coming
> > that will be test driven.
>
> (...)
>
> > They're easy to run ("nosetests"), and pretty easy to write. If you've
> > got something that you're having a hard time testing, feel free to ask
> > on the list. Most of this stuff is not *too* hard to test.
>
> Hey! Any screencasts on writing tests? ;-) It will be interesting not just
> for the patches, but for the rest of app development as well. :-)
I actually do have on in mind.
In the meantime, the existing test suite can help you with figuring
out how to write tests.
>
> If it is 'nose' that you're using, I believe this page might help other people
> interested on helping with that:
> http://somethingaboutorange.com/mrl/projects/nose/
>
> Also, this might be of help as well: http://www.turbogears.com/testgears/
One of these days, I'll get around to marking that page as deprecated.
I use nose exclusively for 0.9.
Kevin