|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Test results in shell projectHi,
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@... http://www.elis.UGent.be/~wheirman/ |
|
|
Re: Test results in shell projectHmm, 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@...> 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@... > http://www.elis.UGent.be/~wheirman/<http://www.elis.UGent.be/%7Ewheirman/> > |
|
|
Re: Test results in shell projectI 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@... > > > 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@... >> 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 |
| Free embeddable forum powered by Nabble | Forum Help |