Created by: acompa
Wrote a basic test for in2csv.py. Wasn't really sure what else to cover, but I can add more (file type checks, schema checks) if you think that would provide better coverage.
Also note a minor change to utilities/in2csv.py:38, where '' was checked instead of 'sys.stdin.' The error on 39 now raises after this change.