SOStor
SQLObject storage medium.
The SOStor class is accessible via the testtools.storage module.
Arguments
so_class: the SQLObject class to actually stor with
Keyword Arguments
autocommit -- when False (the default) everything is performed within a transaction until SOStor.clean is called. When True, everything is still within a transaction but it is committed upon SOStor.save . Autcommit mode seems to be necessary to work around instances where postgresql would deadlock if you are working with lots of foreign keyed fixtures within transactions
Methods
See the source for more information.