]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 25 Oct 2021 21:26:41 +0000 (15:26 -0600)
committerGitHub <noreply@github.com>
Mon, 25 Oct 2021 21:26:41 +0000 (15:26 -0600)
commit6afb285ff0790471a6858e44f85d143f07fda70c
tree4e8505fe17c108c8a58aecea7111775b59a66b29
parent2b8677a3cd855eb3a579894c64588eab0e006269
bpo-45020: Add tests for the -X "frozen_modules" option. (gh-28997)

We hadn't explicitly added any tests for this, so here they are.

https://bugs.python.org/issue45020
Lib/test/test_cmd_line.py
Lib/test/test_embed.py
Programs/_testembed.c