Ticket #5578 defect closed fixed
Some TCP-specific code leaked into twisted/internet/test/connectionmixins.py
| Reported by: | exarkun | Owned by: | therve |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | core | Keywords: | tests |
| Cc: | Branch: | branches/stream-client-tests-5578-2 | |
| Author: | therve | Launchpad Bug: |
Description
twisted/internet/test/connectionmixins.py is intended to hold code useful for any connection-oriented ports/transports. The tests it defines should all be applicable to any kind of SOCK_STREAM sockets. In particular, that means they should run on all of TCP, SSL, and UNIX.
TCPClientTestsMixin is limited to TCP (as you might expect from the name). It needs to be generalized to apply to TCP, SSL, and UNIX.
Change History
Note: See
TracTickets for help on using
tickets.
