summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_embed.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_embed.py')
-rw-r--r--Lib/test/test_embed.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/test_embed.py b/Lib/test/test_embed.py
index d35b9f4..6c245eb 100644
--- a/Lib/test/test_embed.py
+++ b/Lib/test/test_embed.py
@@ -322,6 +322,11 @@ class InitConfigTests(EmbeddingTestsMixin, unittest.TestCase):
'stdio_encoding': GET_DEFAULT_CONFIG,
'stdio_errors': GET_DEFAULT_CONFIG,
+ 'skip_source_first_line': 0,
+ 'run_command': None,
+ 'run_module': None,
+ 'run_filename': None,
+
'_install_importlib': 1,
'_check_hash_pycs_mode': 'default',
'_frozen': 0,