[New-bugs-announce] [issue27063] Some unittest loader tests are silently skipped by mistake

Serhiy Storchaka report at bugs.python.org
Thu May 19 16:31:12 EDT 2016


New submission from Serhiy Storchaka:

Due to bug in the decorator some tests in Lib/unittest/test/test_loader.py are silently skipped. Proposed patch fixes this as well as other bugs in the decorator and tests.

----------
components: Tests
files: test_loader.patch
keywords: patch
messages: 265894
nosy: ezio.melotti, michael.foord, rbcollins, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Some unittest loader tests are silently skipped by mistake
type: behavior
versions: Python 3.5, Python 3.6
Added file: http://bugs.python.org/file42905/test_loader.patch

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


More information about the New-bugs-announce mailing list