[issue15370] test_runpy should include namespace package tests

2014-04-15 Thread A.M. Kuchling

A.M. Kuchling added the comment:

Because Nick both originally created this ticket and also added the new tests 
(http://hg.python.org/cpython/rev/51dddfead80a/), I'll assume he knew what he 
was doing when he named those methods, and simply forgot to close this issue.

--
assignee:  - ncoghlan
nosy: +akuchling
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15370
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15370] test_runpy should include namespace package tests

2014-04-14 Thread Christian Hudon

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 rep...@bugs.python.org
http://bugs.python.org/issue15370
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15370] test_runpy should include namespace package tests

2013-07-06 Thread Adam Collard

Changes by Adam Collard adam.coll...@gmail.com:


--
nosy: +adam-collard

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15370
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15370] test_runpy should include namespace package tests

2012-07-16 Thread Nick Coghlan

New submission from Nick Coghlan ncogh...@gmail.com:

test_runpy doesn't currently check that code can be correctly executed from 
namespace packages

--
components: Tests
messages: 165613
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: test_runpy should include namespace package tests
type: enhancement
versions: Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue15370
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com