If you have not already done so, you should use nose for your basic module testing needs with the django-nose application.
Having done this, when you are ready to automate the actual testing of the browser, you should grab alfajor , which is a very convenient python shell around various libraries such as selenium and windmill. Developers are actively working on integration as a django application into django_alfajor .
In terms of pure javascript unit tests, however, there is a decent entry fooobar.com/questions/11946 / ... , in different frameworks.
source share