[issue30202] Update test.test_importlib.test_abc to test find_spec()

Brett Cannon report at bugs.python.org
Fri Apr 28 17:56:12 EDT 2017


New submission from Brett Cannon:

It looks like test_abc isn't really testing find_spec() very much compared to find_module(). There might also be some tests still using find_module() that should be updated to use find_spec() instead.

----------
components: Tests
messages: 292552
nosy: brett.cannon, eric.snow, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Update test.test_importlib.test_abc to test find_spec()
versions: Python 3.7

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


More information about the Python-bugs-list mailing list