Re: TDD in python

2010-12-06 Thread ax003d
This book may help you: http://www.apress.com/book/view/9781590599815 2010/12/7 Chris Withers > On 30/11/2010 13:33, Roy Smith wrote: > >> In article >> <58fe3680-21f5-42f8-9341-e069cbb88...@r19g2000prm.googlegroups.com>, >> rustom wrote: >> >> Looking around I found this: >>> http://bytes.co

Re: TDD in python

2010-12-06 Thread Chris Withers
On 30/11/2010 13:33, Roy Smith wrote: In article <58fe3680-21f5-42f8-9341-e069cbb88...@r19g2000prm.googlegroups.com>, rustom wrote: Looking around I found this: http://bytes.com/topic/python/answers/43330-unittest-vs-py-test where Raymond Hettinger no less says quite unequivocally that he pr

Re: TDD in python

2010-11-30 Thread Roy Smith
In article <58fe3680-21f5-42f8-9341-e069cbb88...@r19g2000prm.googlegroups.com>, rustom wrote: > Looking around I found this: > http://bytes.com/topic/python/answers/43330-unittest-vs-py-test > where Raymond Hettinger no less says quite unequivocally that he > prefers test.py to builtin unittest

Re: TDD in python

2010-11-29 Thread rustom
On Nov 29, 4:59 pm, André wrote: > On Nov 29, 7:31 am, rustom wrote: > > > > > On Nov 28, 7:52 pm, Stefan Behnel wrote: > > > > Rustom Mody, 28.11.2010 11:58: > > > > > Does anyone know of something like this for python? > > > > >http://www.vimeo.com/13240481 > > > > The page seems to require a

Re: TDD in python

2010-11-29 Thread André
On Nov 29, 7:31 am, rustom wrote: > On Nov 28, 7:52 pm, Stefan Behnel wrote: > > > Rustom Mody, 28.11.2010 11:58: > > > > Does anyone know of something like this for python? > > > >http://www.vimeo.com/13240481 > > > The page seems to require a recent version of the Flash player. Could you > > de

Re: TDD in python

2010-11-29 Thread rustom
On Nov 28, 7:52 pm, Stefan Behnel wrote: > Rustom Mody, 28.11.2010 11:58: > > > Does anyone know of something like this for python? > > >http://www.vimeo.com/13240481 > > The page seems to require a recent version of the Flash player. Could you > describe what exactly you are looking for? > > Stef

Re: TDD in python

2010-11-28 Thread Terry Reedy
On 11/28/2010 5:58 AM, Rustom Mody wrote: Does anyone know of something like this for python? http://www.vimeo.com/13240481 "This is the first in a series of videos demonstrating TDD in C++ using the Eclipse CDT and CppUTest" TDD = Test-Driven Development is a development philosophy applica

Re: TDD in python

2010-11-28 Thread Stefan Behnel
Rustom Mody, 28.11.2010 11:58: Does anyone know of something like this for python? http://www.vimeo.com/13240481 The page seems to require a recent version of the Flash player. Could you describe what exactly you are looking for? Stefan -- http://mail.python.org/mailman/listinfo/python-lis

TDD in python

2010-11-28 Thread Rustom Mody
Does anyone know of something like this for python? http://www.vimeo.com/13240481 -- http://mail.python.org/mailman/listinfo/python-list