Test Anything Protocol

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Test Anything Protocol

csrabak
Folks,

I'm readying a proposal and came across this, which at first seemed as joke, then a typo or placeholder for some other item in the spec, then I learned it exists:

http://en.wikipedia.org/wiki/Test_Anything_Protocol
http://testanything.org/

Do you think Pharo would profit supporting this?

--
Cesar Rabak
 

Reply | Threaded
Open this post in threaded view
|

Re: Test Anything Protocol

Schwab,Wilhelm K
Noting that this is described as a protocol, I started to ask what any transport might be, and whether that could be abused???  Lots of dead links, so it was not clear whether this involves sockets.   All I found so far is what looks like a way to format test results, which sounds harmless and potentially helpful.




________________________________________
From: [hidden email] [[hidden email]] On Behalf Of [hidden email] [[hidden email]]
Sent: Thursday, December 16, 2010 3:20 PM
To: [hidden email]
Subject: [Pharo-project] Test Anything Protocol

Folks,

I'm readying a proposal and came across this, which at first seemed as joke, then a typo or placeholder for some other item in the spec, then I learned it exists:

http://en.wikipedia.org/wiki/Test_Anything_Protocol
http://testanything.org/

Do you think Pharo would profit supporting this?

--
Cesar Rabak



Reply | Threaded
Open this post in threaded view
|

Re: Test Anything Protocol

Stuart Herring-2
Yes, it is just a way to format test results.
It's something from the Perl world, and so most of the tools to do
anything useful with it are therefore Perl oriented.  It's fairly
limited in the amount of information it can convey - just a test
number, a status, and an optional description.  Not even a title for
the tests.
The JUnit XML format is probably far more useful for Pharo. (Though
it's probably not a perfect match either)

Regards,
Stuart

On Fri, Dec 17, 2010 at 10:12 AM, Schwab,Wilhelm K
<[hidden email]> wrote:

> Noting that this is described as a protocol, I started to ask what any transport might be, and whether that could be abused???  Lots of dead links, so it was not clear whether this involves sockets.   All I found so far is what looks like a way to format test results, which sounds harmless and potentially helpful.
>
>
>
>
> ________________________________________
> From: [hidden email] [[hidden email]] On Behalf Of [hidden email] [[hidden email]]
> Sent: Thursday, December 16, 2010 3:20 PM
> To: [hidden email]
> Subject: [Pharo-project] Test Anything Protocol
>
> Folks,
>
> I'm readying a proposal and came across this, which at first seemed as joke, then a typo or placeholder for some other item in the spec, then I learned it exists:
>
> http://en.wikipedia.org/wiki/Test_Anything_Protocol
> http://testanything.org/
>
> Do you think Pharo would profit supporting this?
>
> --
> Cesar Rabak
>
>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Test Anything Protocol

Lukas Renggli
> The JUnit XML format is probably far more useful for Pharo. (Though
> it's probably not a perfect match either)

The TestRunner for Hudson generates the JUnit XML format so that
Hudson displays the test results.

    http://source.lukas-renggli.ch/hudson.html

Lukas

--
Lukas Renggli
www.lukas-renggli.ch