Skip to content

bpo-36763: Add test for _PyCoreConfig_SetString() - #13275

Merged
vstinner merged 2 commits into
python:masterfrom
vstinner:config_tests
May 14, 2019
Merged

bpo-36763: Add test for _PyCoreConfig_SetString()#13275
vstinner merged 2 commits into
python:masterfrom
vstinner:config_tests

Conversation

@vstinner

@vstinnervstinner commented May 13, 2019

Copy link
Copy Markdown
Member

test_embed: add test_init_read_set() to test newly added APIs: test
module_search_paths and executable.

https://bugs.python.org/issue36763

@vstinner

Copy link
Copy Markdown
MemberAuthor

Fail 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.
@vstinner

Copy link
Copy Markdown
MemberAuthor

I rebased my PR on top of master to get #13313 fix.

@vstinner
vstinner merged commit 91c9987 into python:masterMay 14, 2019
@vstinner
vstinner deleted the config_tests branch May 14, 2019 20:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner@the-knights-who-say-ni@bedevere-bot