Re: RE : [Jython-users] Junit with Jython
by Jeff Emanuel other posts by this author
Dec 10 2004 3:24PM messages near this date
RE : [Jython-users] Junit with Jython
|
Re: RE : [Jython-users] Junit with Jython
The code here includes adapters between JUnit, PyUnit, and the Ant
JUnit test runner. The idea is to let you write unit tests in the style
of PyUnit (ie, extend unittest.TestCase) and have the tests adapted to
JUnit tests so that they can be run by a JUnit test runner, specifically
the Ant runner. But once your test is adapted to look like a JUnit
test, you could run it from JUnit's test runners.
http://aspn.activestate.com/ASPN/Mail/Message/Jython-users/1576852
Laurent Ploix wrote:
> May be only. The tricks inside are great to list your java Junit tests.
> Not to build your java tests in Jython.
>
> Or may be I didn't fully understand the article ?
>
> Laurent Ploix
> Responsable NTIC
>
>
>
> -----Message d'origine-----
> De : jython-users-admin@[...].net
> [mailto:jython-users-admin@[...].net] De la part de Updike,
> Clark
> Envoyé : jeudi 9 décembre 2004 22:06
> À : Thomas SMETS
> Cc : jython-users@[...].net
> Objet : RE: [Jython-users] Junit with Jython
>
>
> This article might be of interest to those using junit and jython:
>
> http://www-106.ibm.com/developerworks/library/j-jythtest.html?ca=dnt-519
>
> -Clark
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> Jython-users mailing list
> Jython-users@[...].net
> https://lists.sourceforge.net/lists/listinfo/jython-users
>
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://productguide.itmanagersjournal.com/
> _______________________________________________
> Jython-users mailing list
> Jython-users@[...].net
> https://lists.sourceforge.net/lists/listinfo/jython-users
>
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Jython-users mailing list
Jython-users@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-users
Thread:
Laurent Ploix
Jeff Emanuel
Jeff Emanuel
|