[issue27131] Unit test random shuffle

2016-05-26 Thread jonathan.kross
jonathan.kross added the comment: Changed the test to assertCountEqual which will check that all the inputs are present and equal in the output. -- Added file: http://bugs.python.org/file43019/test_random_shuffle.patch ___ Python tracker <h

[issue27131] Unit test random shuffle

2016-05-26 Thread jonathan.kross
Changes by jonathan.kross : -- components: Tests files: test_random_shuffle.patch keywords: patch nosy: jonathan.kross priority: normal severity: normal status: open title: Unit test random shuffle versions: Python 3.6 Added file: http://bugs.python.org/file43017