[issue15370] test_runpy should include namespace package tests

Christian Hudon report at bugs.python.org
Mon Apr 14 19:57:04 CEST 2014


Christian Hudon added the comment:

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.

----------
nosy: +chrish42

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15370>
_______________________________________


More information about the Python-bugs-list mailing list