Fake version of databases/py-redis for unit testing
fakeredis is a pure Python implementation of the redis-py python client that simulates talking to a redis server. This was created for a single purpose: to write unittests. Setting up redis is not hard, but many times you want to write unittests that do not talk to an external server (such as redis). This module now allows tests to simply use this module as a reasonable substitute for redis.
$
pkg install py311-fakeredisOrigin
databases/py-fakeredis
Size
1.79MiB
License
BSD3CLAUSE, MIT
Maintainer
sunpoet@FreeBSD.org
Dependencies
3 packages
Required by
0 packages