Re: [Tutor] Unit-testing advice

2010-03-08 Thread C.T. Matsumoto
m...@doctors.net.uk wrote: Dear All, Quick UT question. I am working on a CSV processing script. I want to write some tests. The tests will need to read in, manipulate and write out some CSV files. My instinct is to manually construct some small data files, and consider them as part of the t

[Tutor] Unit-testing advice

2010-03-08 Thread mhw
Dear All, Quick UT question. I am working on a CSV processing script. I want to write some tests. The tests will need to read in, manipulate and write out some CSV files. My instinct is to manually construct some small data files, and consider them as part of the test suite. The other option