storage
Fixture storage media.
The storage module is accessible via the testtools module.
You most likely will only need the wrapper classes in fixtures .
Classes
C SOStor(...) ...
SQLObject storage medium.
so_class: the SQLObject class to actually stor with
This class contains 4 members.
C FileStor(...) ...
abstract Stor object that involves storing a file.
This class contains 4 members.
C XmlStor(...) ...
XML file storage medium.
note that this is not meant to get crazy, but just meant to make an XML representation of tabular data ... in other words the structure needs to be basically:
<rows><row><col>...</col></row></rows>
This class contains 10 members.
See the source for more information.