wangshen2014 / pywebsocket

Automatically exported from code.google.com/p/pywebsocket
0 stars 0 forks source link

Refactor test_endtoend.py to ease letting client code to have more complicated behavior #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:
Refactor test_endtoend.py to ease letting client code to have more complicated 
behavior. Client code will run in test_endtoend.py's process instead of being 
run as a separate process.

After this refactoring, I'll make echo_client.py a generic client tool that
depends on mod_pywebsocket component. Code for performing handshake, framing, 
etc. in client_for_testing.py will be kept isolated from mod_pywebsocket since 
it's test for mod_pywebsocket.

When reviewing my code changes, please focus on:

After the review, I'll merge this branch into:
/trunk

Original issue reported on code.google.com by tyoshino@chromium.org on 13 Dec 2010 at 9:14

GoogleCodeExporter commented 9 years ago
Set review issue status to: Fixed

Original comment by tyoshino@chromium.org on 5 Jan 2011 at 9:07