qstestlib
QSTestLib is a JavaScript library for unit testing. It is inspired by the C++ QTestLib tool (http://doc.trolltech.com/4.4/qtestlib-manual.html). more…
QSTestLib is a JavaScript library for unit testing. It is inspired by the C++ QTestLib tool (http://doc.trolltech.com/4.4/qtestlib-manual.html). more…
Blogs describing features and usage:
http://labs.trolltech.com/blogs/2007/11/05/unit-testing-with-qt-script/
http://labs.trolltech.com/blogs/2008/12/19/qstestlib-revisited/
Issue tracker:
http://code.google.com/p/qstestlib/issues/list
This is the official QSTestLib repository.
Cloning this repository:
git clone git://gitorious.org/qstestlib/qstestlib.git qstestlib cd qstestlib
Add this repository as a remote to an existing local repository:
git remote add qstestlib git://gitorious.org/qstestlib/qstestlib.git git fetch qstestlib git checkout -b my-local-tracking-branch qstestlib/master_or_other_branch
Professional Gitorious services - Git hosting at your company, custom features, support and more. gitorious.com.
