Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 14, 2019
Merged

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

merged 2 commits into from
May 14, 2019

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