doctest for java
Tim Peters
tim.one at comcast.net
Fri Jun 28 12:22:01 EDT 2002
[Janto Dreijer]
> Are there any attempts to port the "doctest" module to Java? (All
> I can find using google is some testing class for the JavaDoc program
> calling itself "DocTest".)
>
> At a glance it looks like a worthwhile effort...extracting Jython
> "examples"
> from /**...*/ comments also seems simple to implement.
Last I heard, Python's std doctest.py worked fine under Jython. If anything
else simple is needed, you're elected <wink>.
More information about the Python-list
mailing list