You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Wim Heirman <wi...@elis.ugent.be> on 2008/02/21 09:49:07 UTC

Test results in shell project

Hi,

I would like to include the building and testing of a Python project
into Continuum. I can build the project fine as a Shell project, but is
there any way to have Continuum recognize the test results? Is it enough
to write out a jUnit-style XML file in the build directory somewhere
that Continuum can pick up, or is there more too it?

Thanks,
Wim.

-- 
ir. Wim Heirman,
ELIS Department, Ghent University, Belgium
Phone: +32-9-264.95.27
E-mail: wim.heirman@elis.UGent.be
http://www.elis.UGent.be/~wheirman/

Re: Test results in shell project

Posted by Eric Pugh <ep...@opensourceconnections.com>.
I need the same thing for MbUnit based reports....   Wim, if you make  
any progress, let me know and maybe we can collaborate.

I just dump out in the output "Test Results are here: http://xxxxxxxxxxxxxx 
"



Eric

On Feb 21, 2008, at 5:43 AM, Emmanuel Venisse wrote:

> Hmm, good question :)
>
> if you use a JUnit xml file, stored under target/surefire-reports/, it
> should work. I don't think we test the project type.
>
> In a future Continuum version, you'll can add your own plugin to do  
> that
> without to create a JUnit xml file.
>
> Emmanuel
>
> On Thu, Feb 21, 2008 at 9:49 AM, Wim Heirman <wim.heirman@elis.ugent.be 
> >
> wrote:
>
>> Hi,
>>
>> I would like to include the building and testing of a Python project
>> into Continuum. I can build the project fine as a Shell project,  
>> but is
>> there any way to have Continuum recognize the test results? Is it  
>> enough
>> to write out a jUnit-style XML file in the build directory somewhere
>> that Continuum can pick up, or is there more too it?
>>
>> Thanks,
>> Wim.
>>
>> --
>> ir. Wim Heirman,
>> ELIS Department, Ghent University, Belgium
>> Phone: +32-9-264.95.27
>> E-mail: wim.heirman@elis.UGent.be
>> http://www.elis.UGent.be/~wheirman/<http://www.elis.UGent.be/%7Ewheirman/ 
>> >
>>

-----------------------------------------------------
Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com




Re: Test results in shell project

Posted by Emmanuel Venisse <em...@gmail.com>.
Hmm, good question :)

if you use a JUnit xml file, stored under target/surefire-reports/, it
should work. I don't think we test the project type.

In a future Continuum version, you'll can add your own plugin to do that
without to create a JUnit xml file.

Emmanuel

On Thu, Feb 21, 2008 at 9:49 AM, Wim Heirman <wi...@elis.ugent.be>
wrote:

> Hi,
>
> I would like to include the building and testing of a Python project
> into Continuum. I can build the project fine as a Shell project, but is
> there any way to have Continuum recognize the test results? Is it enough
> to write out a jUnit-style XML file in the build directory somewhere
> that Continuum can pick up, or is there more too it?
>
> Thanks,
> Wim.
>
> --
> ir. Wim Heirman,
> ELIS Department, Ghent University, Belgium
> Phone: +32-9-264.95.27
> E-mail: wim.heirman@elis.UGent.be
> http://www.elis.UGent.be/~wheirman/<http://www.elis.UGent.be/%7Ewheirman/>
>