/mock-redis

A mock of Redis for use in unit tests.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Mock-Redis

An in-memory mock of a Redis server that runs in a separate thread. This is to be used for unit-tests that require a Redis database. It comes with a plugin for pytest.