django-test-extensions
django-test-extensions copied to clipboard
runtester fails with Django 1.2
This is due to the support for quitting tests using a signal handler: signal handlers cannot be installed into threads other than the main thread.