]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98040: Move the Single-Phase Init Tests Out of test_imp (gh-102561)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 19 Apr 2023 22:09:35 +0000 (16:09 -0600)
committerGitHub <noreply@github.com>
Wed, 19 Apr 2023 22:09:35 +0000 (16:09 -0600)
commit6be7aee18c5b8e639103df951d0d277f4b46f902
treeaeb2fc5acfe26a851a0cdb77b9c73a89f9e4ebbf
parent2b1260c55763a952c57b92fe0f274b6ee79efd05
gh-98040: Move the Single-Phase Init Tests Out of test_imp (gh-102561)

I recently added some tests to test_imp, but @warsaw is removing that file in gh-98573. The tests are worth keeping so here I'm moving them to test_import.
Lib/test/test_imp.py
Lib/test/test_import/__init__.py