[Checkins] SVN: z3c.datagenerator/trunk/src/z3c/datagenerator/README.txt ok, no more printing of values, just check'em

Adam Groszer cvs-admin at zope.org
Wed Sep 12 08:53:07 UTC 2012


Log message for revision 127829:
  ok, no more printing of values, just check'em

Changed:
  U   z3c.datagenerator/trunk/src/z3c/datagenerator/README.txt

-=-
Modified: z3c.datagenerator/trunk/src/z3c/datagenerator/README.txt
===================================================================
--- z3c.datagenerator/trunk/src/z3c/datagenerator/README.txt	2012-09-12 08:28:31 UTC (rev 127828)
+++ z3c.datagenerator/trunk/src/z3c/datagenerator/README.txt	2012-09-12 08:53:03 UTC (rev 127829)
@@ -13,8 +13,8 @@
   >>> from z3c.datagenerator.generator import consistent_hash
   >>> consistent_hash('seed') == 1149756166
   True
-  >>> consistent_hash('')
-  0
+  >>> consistent_hash('') == 0
+  True
   >>> consistent_hash('0') == 4108050209
   True
 



More information about the checkins mailing list