1 Dec 2009 03:34
Re: [groovy-dev] Automated testing of Groovy assertions in javadoc comments
True. There's no strict need for it to be part of Groovy. I could open source it as a separate project I guess. On Mon, Nov 30, 2009 at 10:28 AM, Hamlet D'Arcy <hamletdrc@...> wrote: > I think this is a cool idea. PyTest is something similar from the > Python world, right? > > Merlyn, could this be written as a Groovy library or does it require > to be part of the Groovy language? > > -- > Hamlet D'Arcy > hamletdrc@... > > > > On Sun, Nov 29, 2009 at 7:10 PM, Merlyn Albery-Speyer > <curious.attempt.bunny@...> wrote: >> Hi all, >> >> I've just submitted a patch for a TestSuite that can be used to >> automate the testing of Groovy assertions in javadoc comments. It's >> borrows conventions from the AllTestSuite and generates TestCases >> based on code fragments nested inside a <pre class="groovyTestCase> >> tag. I had intended to use it as a way to insure that code that I >> added to document default Groovy methods was valid. However, it could >> be a more general tool. What do you think? See >> http://jira.codehaus.org/browse/GROOVY-3913 >> >> Cheers,(Continue reading)
RSS Feed