[issue20776] Add tests for importlib.machinery.PathFinder

Brett Cannon report at bugs.python.org
Wed Feb 26 01:09:11 CET 2014


New submission from Brett Cannon:

Specifically tests that exercise uses of importlib.abc.PathEntryFinder (i.e. find_module() successfully, find_loader() failing and successful, find_spec() failing and successful).

----------
components: Library (Lib)
messages: 212231
nosy: brett.cannon
priority: normal
severity: normal
stage: test needed
status: open
title: Add tests for importlib.machinery.PathFinder
versions: Python 3.5

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


More information about the Python-bugs-list mailing list