Issue 15370: test_runpy should include namespace package tests (original) (raw)

As far as I can see, this is now tested by the following tests in test_runpy:

test_run_module_in_namespace_package test_run_package_in_namespace_package test_run_namespace_package test_run_namespace_package_in_namespace_package

(These new tests were in introduced in revision 87961, on Dec 15th, 2013.)

Can someone who knows more about CPython's implementation confirm that these tests do cover what was intended with this bug report (and then close the bug), or if not, flesh out the bug report with what's missing, and I'll do my best to add the missing tests.