Message12628

Author jeff.allen
Recipients amak, jeff.allen
Date 2019-08-12.20:27:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565641651.46.0.605141741794.issue2794@roundup.psfhosted.org>
In-reply-to
Content
The target "ant test" fails for several reasons, but they include the tests it performs on our modjy support. I can fix these causes easily except for one, so I'm raising an issue and skipping the failing tests for now.

~/tests/modjy/java/com/xhaus/ModjyTestAppInvocation.java is looking for ~/tests/modjy/test_apps_dir/invocation_tests.py but it has never existed in our codebase. Presumably, it was overlooked at check it in. Definitely, we have not run these tests successfully since https://hg.python.org/jython/rev/76f8e597de04 .

You can run the modjy tests directly (it's a lot quicker) by running ant in ~/tests/modjy. but you have to define (Powershell):

PS modjy> $env:JYTHON_HOME="..\..\dist"
PS modjy> $env:MOCKRUNNER_HOME="..\..\extlibs\mockrunner-0.4.1"

or equivalent in your favourite shell.
History
Date User Action Args
2019-08-12 20:27:31jeff.allensetrecipients: + jeff.allen, amak
2019-08-12 20:27:31jeff.allensetmessageid: <1565641651.46.0.605141741794.issue2794@roundup.psfhosted.org>
2019-08-12 20:27:31jeff.allenlinkissue2794 messages
2019-08-12 20:27:31jeff.allencreate