gnu: python-fakeredis: Edit description.
* gnu/packages/databases.scm (python-fakeredis)[description]: Fix (upstream) typo. Get carried away.
This commit is contained in:
parent
5478ab1ece
commit
a4764ff00a
|
@ -2673,12 +2673,14 @@ parsing code in hiredis. It primarily speeds up parsing of multi bulk replies."
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(home-page "https://github.com/jamesls/fakeredis")
|
(home-page "https://github.com/jamesls/fakeredis")
|
||||||
(synopsis "Fake implementation of redis API for testing purposes")
|
(synopsis "Fake implementation of redis API for testing purposes")
|
||||||
(description "Fakeredis is a pure python implementation of the redis-py
|
(description
|
||||||
python client that simulates talking to a redis server. This was created for a
|
"Fakeredis is a pure-Python implementation of the redis-py Python client
|
||||||
single purpose: to write unittests. Setting up redis is not hard, but many time
|
that simulates talking to a redis server. It was created for a single purpose:
|
||||||
you want to write unittests that do not talk to an external server (such as
|
to write unit tests.
|
||||||
redis). This module now allows tests to simply use this module as a reasonable
|
|
||||||
substitute for redis.")
|
Setting up redis is not hard, but one often wants to write unit tests that don't
|
||||||
|
talk to an external server such as redis. This module can be used as a
|
||||||
|
reasonable substitute.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python2-fakeredis
|
(define-public python2-fakeredis
|
||||||
|
|
Loading…
Reference in New Issue