(init_globals)
| 314 | "module_in_sys_modules": True, |
| 315 | }) |
| 316 | def create_ns(init_globals): |
| 317 | return run_module(mod_name, init_globals, alter_sys=alter_sys) |
| 318 | try: |
| 319 | if verbose > 1: print("Running from source:", mod_name) |
| 320 | self.check_code_execution(create_ns, expected_ns) |
nothing calls this directly
no test coverage detected