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
Original issue reported on code.google.com by
tyoshino@chromium.org
on 13 Dec 2010 at 9:14