providers.testing.InMemStrKeyValueStore

In-memory KVStore provider for string data.

Usage

Source

providers.testing.InMemStrKeyValueStore(
    *, key_prefix=DEFAULT_KV_PREFIX, backing_store=None
)