[New-bugs-announce] [issue10543] Test discovery (unittest) does not work with jython

Michael Foord report at bugs.python.org
Fri Nov 26 17:58:58 CET 2010


New submission from Michael Foord <michael at voidspace.org.uk>:

This is because jython creates bytecode files with names like "tests/testwith$py.class". unittest test discovery splits the extension off __file__ to compare module.__file__ to the expected path.

----------
messages: 122467
nosy: michael.foord
priority: normal
severity: normal
status: open
title: Test discovery (unittest) does not work with jython

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


More information about the New-bugs-announce mailing list