I have a django
site which uses gevent-socketio
for a word game and I would like to automate the tests.
Since gevent-socketio
implies user interaction and JavaScript actions I'm stuck in how to start writing tests.
Anyone can point me in the right direction?
Here are some referrals:
Hope that helps.