Memory Repository Type

In memory storage of test results.

class stestr.repository.memory.Repository[source]

In memory storage of test results.

class stestr.repository.memory.RepositoryFactory[source]

A factory that can initialise and open memory repositories.

This is used for testing where a repository may be created and later opened, but tests should not see each others repositories.