Introducing QUnit

Introducing QUnit


Hi devs,
I'd like to introduce to you QUnit: The jQuery unit testrunner.
Actually its nothing new at all, apart from the same, and quite some
cleanup.
The interesting part: If you want to run the jQuery testsuite, you
need to checkout the new project "qunit"!
http://dev.jquery.com/view/trunk/qunit/
Why this change? First, to remove all the duplicated copies of
testrunner.js and testsuite.css. There is now a single place where
those files can be found and maintained.
Second, to document and promote it. I'll be starting with some basic
usage and API documentation here: http://docs.jquery.com/QUnit
Feedback is as always very welcome.
Regards
Jörn