Hacker News new | ask | show | jobs
by johnpaulett 4001 days ago
QUnit is used to test the Javascript that is shipped as part of Django. Any application specific tests can use any JS testing framework the developer desires.
1 comments

That explains the choice, then. It's sensible to use whatever is already there as a default unless you plan to convert the existing tests.