Open roidelapluie opened 8 years ago
Look what I have done to be able to test with Selenium and the Django test suite:
https://github.com/roidelapluie/Lexpage/commit/a695b4deab677e3bf3ccf9d9607cab7c802be43f
Basically I run python app/manage.py runserver and then I run selenium on that, completely bypassing the LiveServerTestCase.
I think we should find a way to provide an alternative implementation of LiveServerTestCase that could handle websockets.
Fix in #143
Thanks for your PR. Can this issue be closed now?
Look what I have done to be able to test with Selenium and the Django test suite:
https://github.com/roidelapluie/Lexpage/commit/a695b4deab677e3bf3ccf9d9607cab7c802be43f
Basically I run python app/manage.py runserver and then I run selenium on that, completely bypassing the LiveServerTestCase.
I think we should find a way to provide an alternative implementation of LiveServerTestCase that could handle websockets.