jrief / django-websocket-redis

Websockets for Django applications using Redis as message queue
http://django-websocket-redis.awesto.com/
MIT License
896 stars 222 forks source link

Better support for Selenium tests #134

Open roidelapluie opened 8 years ago

roidelapluie commented 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.

roidelapluie commented 8 years ago

Fix in #143

jrief commented 8 years ago

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