From: Ype K. <yk...@xs...> - 2001-09-18 18:09:35
|
Dave, >Dear All, >just rejoined the jython/python community after a long break. >I am a bout to embark on a project that requires unit testing and Java3D. >Jython seems to be the obvious choice. To get me back in the swing of things >does anyone have some simple demos of calling JUnit from Jython ? >Ditto Java3D ? I have searched the archives but came up a blank, perhaps >I am not searching the correct place ? > David You might want to try PyUnit instead of JUnit, it works fine from Jython. http://pyunit.sourceforge.net It is based on the same design, demo's are included. My guess is that it will be in the next release of jython. As for Java3D: I have never used it... Have fun, Ype |