java test-files
"Stefan Richthofer" <[email protected]>
| Newsgroups | gmane.comp.lang.jython.devel |
|---|---|
| Message-ID | <trinity-0b333659-a716-46ac-9f5c-7569080bc4e3-1423768713121@3capp-gmx-bs45> |
Hello all, I would like to add some tests that involve Java classes, i.e. tests_in_python.py uses external_java_framework.java The external java-file contains no test, but uses Jython java-API. It shall simulate things an external framework might do. Now I wonder where to put these files. external_java_framework.java should not be included in jython.jar, but shall still be compiled by the ant-task and be accessible by the python test-script. jython/tests/java looks like a good place for the java file, but I'm not sure whether this is only intended for java classes that actually *do* contain unit-tests. Btw, what is the difference between suiting tests at jython/tests/python and at jython/Lib/tests? (I could not find this in the dev-guide; sorry if I overlooked something) Thanks in advance Stefan ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/