test_init_default_config (test.test_embed.InitConfigTests) ... FAIL
test_init_dev_mode (test.test_embed.InitConfigTests) ... FAIL
test_init_env (test.test_embed.InitConfigTests) ... FAIL
test_init_from_config (test.test_embed.InitConfigTests) ... ok
test_init_global_config (test.test_embed.InitConfigTests) ... FAIL
test_init_isolated (test.test_embed.InitConfigTests) ... FAIL
This seems to be caused because the dump_config() output is not
'(null)' for the keys allocator, program, and pycache_prefix.
When these are 'expected' to be '' (rather than '(null)', all tests pass.
See PR |