]> granicus.if.org Git - python/commit
bpo-36763: InitConfigTests tests all core config (GH-13331)
authorVictor Stinner <vstinner@redhat.com>
Wed, 15 May 2019 00:12:48 +0000 (02:12 +0200)
committerGitHub <noreply@github.com>
Wed, 15 May 2019 00:12:48 +0000 (02:12 +0200)
commit5eb8b07f87c66a9ca54fcb90737753ce76a3054d
tree3bbd691fc50c62d26b388c6ea6306b1e178bbf60
parent54b74fe9df89f0e5646736f1f60376b4e37c422c
bpo-36763: InitConfigTests tests all core config (GH-13331)

Remove UNTESTED_CORE_CONFIG from test_embed.InitConfigTests: all core
config fields are now tested!

Changes:

* Test also dll_path on Windows
* Add run_main_config unit test: test config using _Py_RunMain().
Lib/test/test_embed.py
Programs/_testembed.c