Factory object for passing to appsetup.multi_databases
This class is an internal implementation detail, subject to change without notice!
It is currently used by FunctionalTestSetUp.__init__ to create the basic storage(s) containing the data that is common to all tests in a layer.
The constructor takes the name of the new database, and a
dictionary of storages. The open
method creates a new
DemoStorage, and adds it to the storage dictionary under the given
name. Then creates and returns a named DB object using the
storage.
There are no implemented interfaces.
There are no attributes in this class.
open()
There are no known subclasses.