[New-bugs-announce] [issue40046] Increase test coverage of the random module

Serhiy Storchaka report at bugs.python.org
Mon Mar 23 05:01:11 EDT 2020


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

The propose test adds several tests for random module. Mainly tests for integer, sequence and iterable arguments.

It also documents that randrange() accepts non-integers.

----------
assignee: docs at python
components: Documentation, Tests
messages: 364840
nosy: docs at python, mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
priority: normal
severity: normal
status: open
title: Increase test coverage of the random module
type: enhancement
versions: Python 3.7, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40046>
_______________________________________


More information about the New-bugs-announce mailing list