django-websocket-redis icon indicating copy to clipboard operation
django-websocket-redis copied to clipboard

Better support for Selenium tests

Open roidelapluie opened this issue 9 years ago • 2 comments

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.

roidelapluie avatar Dec 22 '15 20:12 roidelapluie

Fix in #143

roidelapluie avatar Dec 26 '15 08:12 roidelapluie

Thanks for your PR. Can this issue be closed now?

jrief avatar Feb 17 '16 06:02 jrief