[issue27131] Unit test random shuffle

Raymond Hettinger report at bugs.python.org
Thu May 26 11:39:06 EDT 2016


New submission from Raymond Hettinger:

This tests that a specific shuffle result is obtained (which is an implementation specific detail subject to change).  An alternate possible test would just check to see that all the inputs are present in the output.

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27131>
_______________________________________


More information about the Python-bugs-list mailing list