Re: Test driven programming, was Re: VB to Python migration

2014-10-26 Thread Viorica Gheorghiu
-- https://mail.python.org/mailman/listinfo/python-list

Re: Test driven programming, was Re: VB to Python migration

2006-02-02 Thread Grig Gheorghiu
Thanks for the insightful answer, Magnus. I have a lot of stuff to digest from your message :-) Maybe I'll continue the discussion on the mailing list you mentioned. Grig -- http://mail.python.org/mailman/listinfo/python-list

Re: Test driven programming, was Re: VB to Python migration

2006-02-02 Thread Magnus Lycka
First of all, while I use TextTest, I'm fortunate to be surrounded by TextTest experts such as Goeff and Johan here at Carmen, so I'm not a TextTest expert by any measure. I probably use it in an non- optimal way. For really good answers, I suggest using the mailing list at sourceforge: http://list

Re: Test driven programming, was Re: VB to Python migration

2006-02-01 Thread Grig Gheorghiu
Magnus, I've been writing TextTest tests lately for an application that will be presented at a PyCon tutorial on "Agile development and testing". I have to say that if your application does a lot of logging, then the TextTest tests become very fragile in the presence of changes. So I had to come u

Test driven programming, was Re: VB to Python migration

2006-02-01 Thread Magnus Lycka
Josh wrote: > As for the testing, that's something we'll need to learn about. I've > read some articles about test driven programming in relation to extreme > programming. Can you give me links to any good sites explaining how this > all works? (Off list may be better for these off-topic links)