[New-bugs-announce] [issue26859] unittest fails with "Start directory is not importable"

Xavier de Gaye report at bugs.python.org
Tue Apr 26 09:42:17 EDT 2016


New submission from Xavier de Gaye:

unittest fails to load tests when the tests are in a package that has an __init__.pyc file and no __init__.py file.

Patch attached.

----------
components: Library (Lib)
files: unittest.patch
keywords: patch
messages: 264283
nosy: xdegaye
priority: normal
severity: normal
status: open
title: unittest fails with "Start directory is not importable"
type: behavior
versions: Python 3.6
Added file: http://bugs.python.org/file42611/unittest.patch

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


More information about the New-bugs-announce mailing list