[Python-checkins] devguide: Add unittest.mock information

michael.foord python-checkins at python.org
Wed Mar 14 23:42:01 CET 2012


http://hg.python.org/devguide/rev/82cef2985e2f
changeset:   496:82cef2985e2f
user:        Michael Foord <michael at voidspace.org.uk>
date:        Wed Mar 14 15:41:54 2012 -0700
summary:
  Add unittest.mock information

files:
  experts.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/experts.rst b/experts.rst
--- a/experts.rst
+++ b/experts.rst
@@ -231,7 +231,8 @@
 turtle                gregorlingl
 types
 unicodedata           loewis, lemburg, ezio.melotti
-unittest              michael.foord, ezio.melotti
+unittest              michael.foord*, ezio.melotti
+unittest.mock         michael.foord*
 urllib                orsenthil
 uu
 uuid

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list