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
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