bpo-36763: Add test for _PyCoreConfig_SetString() by vstinner · Pull Request #13275 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
bpo-36763: Add test for _PyCoreConfig_SetString()#13275
vstinner merged 2 commits intopython:masterfrom
vstinner:config_tests
bpo-36763: Add test for _PyCoreConfig_SetString()#13275
vstinner merged 2 commits intopython:masterfrom
vstinner:config_tests
Conversation
Copy link Copy Markdown
Member
test_embed: add test_init_read_set() to test newly added APIs: test
module_search_paths and executable.
vstinner
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
Copy link Copy Markdown
Member Author
vstinner
commented
May 13, 2019
vstinner commented
May 13, 2019Fail on Windows:
FAIL: test_init_read_set (test.test_embed.InitConfigTests)
...
- 'executable': 'my_executable',
+ 'executable': 'C:\\projects\\cpython\\PCbuild\\amd64\\_testembed.exe',
test_embed: add test_init_read_set() to test newly added APIs: test module_search_paths and executable.
Copy link Copy Markdown
Member Author
vstinner
commented
May 14, 2019
vstinner commented
May 14, 2019I rebased my PR on top of master to get #13313 fix.
vstinner
merged commit
91c9987
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
config_tests
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment