[New-bugs-announce] [issue19596] Silently skipped tests in test_importlib

Zachary Ware report at bugs.python.org
Thu Nov 14 22:12:22 CET 2013


New submission from Zachary Ware:

Several tests in test_importlib are skipped by way of the test method consisting of a comment and a 'pass' statement.  The attached patch makes the skips explicit, using the removed comment as the reason.  Ideally these skipped tests should be removed from being 'tested' at all, since most of them are impossible to test, but I'm not sure how easy that would be to do.

----------
components: Tests
files: skipped_importlib_tests.diff
keywords: patch
messages: 202890
nosy: brett.cannon, serhiy.storchaka, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: Silently skipped tests in test_importlib
type: enhancement
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file32624/skipped_importlib_tests.diff

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


More information about the New-bugs-announce mailing list