guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/21: gnu: python-mock: Update description.


From: guix-commits
Subject: 11/21: gnu: python-mock: Update description.
Date: Sun, 29 Aug 2021 01:16:33 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 399a844aadad0f27f6156b807596db12a8cba834
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Aug 25 15:02:56 2021 -0400

    gnu: python-mock: Update description.
    
    * gnu/packages/check.scm (python-mock)
    [description]: Mention this library is now part of Python 3.3 onward.
---
 gnu/packages/check.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 0480fae..86d468d 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -845,7 +845,8 @@ doctest.")
     (description
      "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
-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))))
     (license license:expat)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]