You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.