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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19596>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to