The Stor class is accessible via the testtools.storage module.
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
erases any previous contents in storage.
perform any close logic, like closing a file.
saves fields in kwds.
See the source for more information.