[New-bugs-announce] [issue17789] Fix test discovery for test_random.py

Zachary Ware report at bugs.python.org
Thu Apr 18 17:03:51 CEST 2013


New submission from Zachary Ware:

This one had subclassing issues, and SystemRandom_TestBasicOps was being skipped by exclusion from the list of tests passed to support.run_unittest, so it's been converted to a skip decorator.

----------
components: Tests
files: test_random_discovery.diff
keywords: patch
messages: 187257
nosy: brett.cannon, ezio.melotti, zach.ware
priority: normal
severity: normal
status: open
title: Fix test discovery for test_random.py
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file29922/test_random_discovery.diff

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


More information about the New-bugs-announce mailing list