Re: Futon Test Suite

2011-08-14 Thread Robert Dionne
On Aug 14, 2011, at 12:55 PM, Paul Davis wrote: > My plan was to rewrite couch.js to use the new request/response > classes internally and then when we need closer HTTP access we'd be > able to have it. Same for T and Tequals. and what not. There is at > least one test that we just can't make

Re: Futon Test Suite

2011-08-14 Thread Paul Davis
My plan was to rewrite couch.js to use the new request/response classes internally and then when we need closer HTTP access we'd be able to have it. Same for T and Tequals. and what not. There is at least one test that we just can't make work in our current couchjs based test runner because it need

Re: Futon Test Suite

2011-08-14 Thread Robert Dionne
Paul, This is interesting, and if you're willing to put together the new infrastructure I can help with writing tests. I would suggest a more incremental approach that's less of a rewrite (rewrites often just get you back to 0 from a user's perspective). The existing CouchDB JS object se