[jquery-dev] Re: jQuery test case app

2009-01-25 Thread Jörn Zaefferer
Very cool! Jörn On Sat, Jan 24, 2009 at 8:37 PM, David Zhou wrote: > > I've now updated the app to be able to use QUnit: > > http://jquery.nodnod.net/cases/38 > > As usual, I've also pushed the latest changes to github. > (http://github.com/dz/jquerytester/) > > -- dz > > On Fri, Jan 23, 2009 a

[jquery-dev] Re: jQuery test case app

2009-01-24 Thread David Zhou
I've now updated the app to be able to use QUnit: http://jquery.nodnod.net/cases/38 As usual, I've also pushed the latest changes to github. (http://github.com/dz/jquerytester/) -- dz On Fri, Jan 23, 2009 at 6:35 AM, Jörn Zaefferer wrote: > > Currently only latest from trunk. At some point th

[jquery-dev] Re: jQuery test case app

2009-01-23 Thread Elijah Insua
I see, guess I'm just a bit late to the party! Thanks -- Elijah On Fri, Jan 23, 2009 at 10:16 AM, John Resig wrote: > > > why did you write qunit and not use something like YUI Test? > > or make it xUnit compatible for that matter? > > YUI Test didn't exist - nor did really any other reasonabl

[jquery-dev] Re: jQuery test case app

2009-01-23 Thread John Resig
As I mentioned on Twitter, this is great stuff. Thanks for building it! --John On Thu, Jan 22, 2009 at 9:56 PM, David Zhou wrote: > > Partially out of personal laziness in manually creating test cases > with the same boilerplate over and over again, I made a really simple > app that'll help t

[jquery-dev] Re: jQuery test case app

2009-01-23 Thread John Resig
> why did you write qunit and not use something like YUI Test? > or make it xUnit compatible for that matter? YUI Test didn't exist - nor did really any other reasonable JS testing framework - when we built QUnit (early 2006). There are whole classes of problems that simply aren't handled by xUni

[jquery-dev] Re: jQuery test case app

2009-01-23 Thread Elijah Insua
Slightly off topic: why did you write qunit and not use something like YUI Test? or make it xUnit compatible for that matter? -- Elijah On Fri, Jan 23, 2009 at 8:50 AM, Karl Swedberg wrote: > Looks great, David! Well done! > > --Karl > > > Karl Swedberg > www.englishrules.com > www

[jquery-dev] Re: jQuery test case app

2009-01-23 Thread Karl Swedberg
Looks great, David! Well done! --Karl Karl Swedberg www.englishrules.com www.learningjquery.com On Jan 22, 2009, at 9:56 PM, David Zhou wrote: > > Partially out of personal laziness in manually creating test cases > with the same boilerplate over and over again, I made a really

[jquery-dev] Re: jQuery test case app

2009-01-23 Thread Jörn Zaefferer
Currently only latest from trunk. At some point there will be an actual release, probably combined with a blog post, so you'll know when its done. Jörn On Fri, Jan 23, 2009 at 12:15 PM, David Zhou wrote: > > Sure, I can add it in. Are there releases of QUnit or do you > typically just grab the

[jquery-dev] Re: jQuery test case app

2009-01-23 Thread David Zhou
Sure, I can add it in. Are there releases of QUnit or do you typically just grab the latest trunk js and css? On Fri, Jan 23, 2009 at 3:33 AM, Jörn Zaefferer wrote: > > It would be interesting to add QUnit to that mix: http://docs.jquery.com/QUnit > > Jörn > > On Fri, Jan 23, 2009 at 3:56 AM, D

[jquery-dev] Re: jQuery test case app

2009-01-23 Thread Jörn Zaefferer
It would be interesting to add QUnit to that mix: http://docs.jquery.com/QUnit Jörn On Fri, Jan 23, 2009 at 3:56 AM, David Zhou wrote: > > Partially out of personal laziness in manually creating test cases > with the same boilerplate over and over again, I made a really simple > app that'll hel