Displaying 1 result from an estimated 1 matches for "785e60e02aa7".
2007 Nov 13
2
testing scripts
So in the past I''ve written a script that query''s a remote DB, takes
the data, validates it, then does some processing, producing a new file
with the data in a completely different format.
Since this is a script with it''s own set of methods, etc, how do I go
about testing the pieces parts?
It seems like it should be no different than doing the rails testing I
have