Skip to content

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

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

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

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented May 13, 2019

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
Member Author

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
Member Author

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants