mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-107954, PEP 741: Add PyInitConfig_AddModule() function (#123668)
This commit is contained in:
parent
7d2c2f24da
commit
0d6b6e34a2
7 changed files with 121 additions and 0 deletions
|
@ -1775,6 +1775,9 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
|
|||
def test_initconfig_exit(self):
|
||||
self.run_embedded_interpreter("test_initconfig_exit")
|
||||
|
||||
def test_initconfig_module(self):
|
||||
self.run_embedded_interpreter("test_initconfig_module")
|
||||
|
||||
def test_get_argc_argv(self):
|
||||
self.run_embedded_interpreter("test_get_argc_argv")
|
||||
# ignore output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue