Message12628
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. |
|
Date |
User |
Action |
Args |
2019-08-12 20:27:31 | jeff.allen | set | recipients:
+ jeff.allen, amak |
2019-08-12 20:27:31 | jeff.allen | set | messageid: <1565641651.46.0.605141741794.issue2794@roundup.psfhosted.org> |
2019-08-12 20:27:31 | jeff.allen | link | issue2794 messages |
2019-08-12 20:27:31 | jeff.allen | create | |
|