Dear all, I'm currently working on the Mesos Web UI. The JIRA issue for sortable data tables, my first improvement to the Web UI, can be found here<https://issues.apache.org/jira/browse/MESOS-19?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#issue-tabs>. I think it might be valuable to write tests for the work that I am doing. Since I'm planning on adding more features related to the Web UI, it might be useful to put in place a testing framework for it.
Does one already exist? Would any of Jasmine<http://pivotal.github.com/jasmine/>, JSUnit <http://www.jsunit.net/>, QUnit <http://docs.jquery.com/Qunit> for JavaScript or PyUnit <http://pyunit.sourceforge.net/>, TwistedTrial<http://twistedmatrix.com/trac/wiki/TwistedTrial>for Python or others I haven't listed make sense? Thank you! Cheers, Michael
