CsvStor
CSV storage medium.
The CsvStor class is accessible via the testtools.storage module.
Methods
f __init__(self, file, fields, addfields=False, encoding=None, clean=False) ...
needs a filename or file-like object and list of fields.
if encoding is set, all values will be encoded with this type before values are saved
See the source for more information.