I just wish everyone agreed on TAP output (I see "proof" does). We should really be thinking about a future where we have the equivalent of Perl's CPAN Testers, and a common output format is vital for something like that.
Perl's CPAN Testers take the whole of CPAN (the equivalent of the NPM archive) and run tests on different platforms and different versions of Perl, including development versions of Perl, and provide authors with handy reports to fix their issues. They also provide the core Perl developers with info if a development version of Perl breaks something that is commonly used on the CPAN. There's a huge culture of testing in the Perl world that can be learned from here. Matt. On Wed, Aug 22, 2012 at 9:59 AM, Alan Gutierrez <[email protected]>wrote: > I created Proof... > > https://github.com/bigeasy/proof > > It is nice to have your own test framework. You spend so much time and > attention > on testing, you're going to be plauged with insights as to how testing > should be > done. Creating my own test framework helps me to be my own programmer. > > -- > Alan Gutierrez - http://twitter.com/bigeasy > > On Wed, Aug 22, 2012 at 12:19:28PM +0200, Dominic Tarr wrote: > > write your own test framework! > > that teaches you every thing about error handling! > > > > On Wed, Aug 22, 2012 at 12:11 PM, Nuno Job <[email protected]> > wrote: > > > We are going to have a nodeup episode about testing next sunday. > > > > > > I don't predict people talking about "the best" of anything though. > > > > > > I made specify: https://github.com/dscape/specify > > > > > > Nuno > > > > > > On Wed, Aug 22, 2012 at 8:52 AM, greelgorke <[email protected]> wrote: > > >> http://toolbox.no.de/packages/cucumber > > >> mocha > > >> chai > > >> vows > > >> > > >> more here > http://toolbox.no.de/categories/Testing%20%2F%20Spec%20Frameworks > > >> > > >> Am Mittwoch, 22. August 2012 05:31:02 UTC+2 schrieb ss9: > > >>> > > >>> hey all, i have a node app with backbone on the front end. i'm > looking > > >>> for a relatively straightforward testing framework a la cucumber > that i > > >>> can implement on both the backend and front end. any suggestions? > > >>> > > >>> thanks! > > >>> R > > >> > > >> -- > > >> Job Board: http://jobs.nodejs.org/ > > >> Posting guidelines: > > >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > > >> You received this message because you are subscribed to the Google > > >> Groups "nodejs" group. > > >> To post to this group, send email to [email protected] > > >> To unsubscribe from this group, send email to > > >> [email protected] > > >> For more options, visit this group at > > >> http://groups.google.com/group/nodejs?hl=en?hl=en > > > > > > -- > > > Job Board: http://jobs.nodejs.org/ > > > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > > > You received this message because you are subscribed to the Google > > > Groups "nodejs" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected] > > > For more options, visit this group at > > > http://groups.google.com/group/nodejs?hl=en?hl=en > > > > -- > > Job Board: http://jobs.nodejs.org/ > > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > > You received this message because you are subscribed to the Google > > Groups "nodejs" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > > http://groups.google.com/group/nodejs?hl=en?hl=en > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
