I'm working on a Django project that by design is pretty javascript heavy. For the serverside code we try to have decent test coverage by using unittests, and on a slightly higher level have tests using the Django testclient. We have a Hudson/Jenkins server running for CI, with stuff set up more or less along the lines of I'm working on a Django project that by design