[issue15371] test_cmd_line_script should include namespace package tests

2019-08-07 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- nosy: +nanjekyejoannah ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue15371] test_cmd_line_script should include namespace package tests

2019-04-26 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue15371] test_cmd_line_script should include namespace package tests

2014-10-02 Thread Mark Lawrence
Mark Lawrence added the comment: Sorry I've no idea whether this should be set to enhancement request, behaviour or what. -- nosy: +BreamoreBoy versions: +Python 3.5 -Python 3.3 ___ Python tracker

[issue15371] test_cmd_line_script should include namespace package tests

2013-10-14 Thread Georg Brandl
Changes by Georg Brandl : -- versions: +Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue15371] test_cmd_line_script should include namespace package tests

2012-07-16 Thread Nick Coghlan
New submission from Nick Coghlan : test_cmd_line_script doesn't currently check that namespace packages and submodules of namespace packages can be executed via the -m switch -- components: Library (Lib) messages: 165614 nosy: ncoghlan priority: normal severity: normal status: open titl