aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-01-07 12:27:45 +0000
committerRene Ladan <rene@FreeBSD.org>2017-01-07 12:27:45 +0000
commitf6da41594d56783236f19c1f9e9d189ec1ea7735 (patch)
tree3d44103957f1b9cd51c72988c6ea339a25519756 /databases/Makefile
parenta5aedafd1a6f6f654555b1e3755b8f79f3d1f189 (diff)
downloadports-f6da41594d56783236f19c1f9e9d189ec1ea7735.tar.gz
ports-f6da41594d56783236f19c1f9e9d189ec1ea7735.zip
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. WWW: https://github.com/jamesls/fakeredis
Notes
Notes: svn path=/head/; revision=430782
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index b9fbf622f3ef..0e0275f2a2a2 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -720,6 +720,7 @@
SUBDIR += py-dbf
SUBDIR += py-dbutils
SUBDIR += py-django-transaction-hooks
+ SUBDIR += py-fakeredis
SUBDIR += py-fdb
SUBDIR += py-firebirdsql
SUBDIR += py-flask-sqlalchemy