Skip to content
Colin Sullivan edited this page Mar 26, 2011 · 6 revisions

Client-Side

There is currently no client-side unit testing framework set up. I think Qunit is the way to go for now (see here). Zombie.js didn't work out too well with intense browser interaction. On every page, we could have a unit test method that we call from the console, so the DOM is already set up.

Server-side

For server side testing, we are using the typical Django unit testing methods.