This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author michael.foord
Recipients michael.foord
Date 2010-11-26.16:58:56
SpamBayes Score 8.390917e-07
Marked as misclassified No
Message-id <1290790738.08.0.631602172773.issue10543@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-26 16:58:58michael.foordsetrecipients: + michael.foord
2010-11-26 16:58:58michael.foordsetmessageid: <1290790738.08.0.631602172773.issue10543@psf.upfronthosting.co.za>
2010-11-26 16:58:56michael.foordlinkissue10543 messages
2010-11-26 16:58:56michael.foordcreate