]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Add import_helper submodule in test.support (GH-20794)
authorHai Shi <shihai1992@gmail.com>
Wed, 10 Jun 2020 23:51:18 +0000 (07:51 +0800)
committerGitHub <noreply@github.com>
Wed, 10 Jun 2020 23:51:18 +0000 (01:51 +0200)
commit7f888c7ef905842bf7739cc03bd20398329951b5
tree8fea9384079f55ba0db15d258cf1314cdbdd5818
parent3b3b83c965447a8329b34cb4befe6e9908880ee5
bpo-40275: Add import_helper submodule in test.support (GH-20794)
Doc/library/test.rst
Lib/test/support/__init__.py
Lib/test/support/import_helper.py [new file with mode: 0644]