[issue26481] unittest discovery process not working without .py source files

Stefan Seefeld report at bugs.python.org
Fri Mar 4 12:09:32 EST 2016


New submission from Stefan Seefeld:

The unittest test discovery right now only looks into sub-packages if they contain a `__init__.py` file. That's an unnecessary requirement, as packages are also importable if only `__init__.pyc` is present.

----------
components: Library (Lib)
messages: 261192
nosy: stefan
priority: normal
severity: normal
status: open
title: unittest discovery process not working without .py source files

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


More information about the Python-bugs-list mailing list