mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: python-mock: Update description.
* gnu/packages/check.scm (python-mock) [description]: Mention this library is now part of Python 3.3 onward.
This commit is contained in:
parent
3d0fd83f24
commit
399a844aad
1 changed files with 2 additions and 1 deletions
|
@ -845,7 +845,8 @@ (define-public python-mock
|
||||||
(description
|
(description
|
||||||
"Mock is a library for testing in Python. It allows you to replace parts
|
"Mock is a library for testing in Python. It allows you to replace parts
|
||||||
of your system under test with mock objects and make assertions about how they
|
of your system under test with mock objects and make assertions about how they
|
||||||
have been used.")
|
have been used. This library is now part of Python (since Python 3.3),
|
||||||
|
available via the @code{unittest.mock} module.")
|
||||||
(properties `((python2-variant . ,(delay python2-mock))))
|
(properties `((python2-variant . ,(delay python2-mock))))
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue