From: Jeff A. <re...@bu...> - 2019-08-12 20:27:43
|
New submission from Jeff Allen <ja...@fa...>: 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. ---------- components: Library keywords: test failure causes messages: 12628 nosy: amak, jeff.allen priority: normal severity: normal status: open title: invocation_tests.py missing from modjy tests type: crash versions: Jython 2.7 _______________________________________ Jython tracker <re...@bu...> <https://bugs.jython.org/issue2794> _______________________________________ |