Bassem Girgis added the comment:
I Robert,
One use scenario is to run deployment tests for sourceless packages and to
ensure the integrity of the production environment. Very useful in
container environments!
In regards to the looking for the __init__ file, it is obvious that the
logic you
Bassem Girgis added the comment:
Please let me know what I need to do in order to close this issue and finally
merge the code.
--
___
Python tracker
<https://bugs.python.org/issue32
Bassem Girgis added the comment:
Hi Eric,
Yes it is like David said. For the projects you don't distribute the code
with the deployment package, you end up distributing only pyc files. As of
how to get these files, you can make use of py_compile or compileall
modules. For compileall, ho
New submission from Bassem Girgis :
This PR makes it possible to "unittest" projects that are all pyc with no
__init__.py which is hardcoded in few checks in unittest.loader
--
components: Extension Modules
messages: 308970
nosy: brgirgis
priority: normal
pull_requests: 488