I'm using a django LiveServerTestCase that runs a server in a second thread. Because the tests and the server run in two different threads now, I can't use gutter switches anymore since the gutter Manager inherits from threading.local. Are there plans for adding support for multiple threads?
Whatever the plans are, it would be nice to mention this limitation more prominently in the README. :-)
I'm using a django
LiveServerTestCasethat runs a server in a second thread. Because the tests and the server run in two different threads now, I can't use gutter switches anymore since the gutterManagerinherits fromthreading.local. Are there plans for adding support for multiple threads?Whatever the plans are, it would be nice to mention this limitation more prominently in the README. :-)