summaryrefslogtreecommitdiff
path: root/tests/stdlib/test_socketserver.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP-8 fixesSergey Shepelev2014-08-271-1/+2
|
* Disabling pyevent-problematic tests.Ryan Williams2010-02-161-4/+8
|
* Different versions of Python have different sets of tests.Ryan Williams2010-02-141-1/+4
|
* Adding hub reset method around the stdlib tests prevents bad data from ↵Ryan Williams2010-02-141-1/+4
| | | | spilling between them.
* Patcher-ized test_socket_ssl and test_socketserver. Also patcher-ized ↵Ryan Williams2009-11-271-19/+12
| | | | SocketServer, which allows it to successfullly pass its unit tests, which it failed previously because it was making a call to non-greened select.select().
* Many testing-related changes, switched completely over to using nose, added ↵Ryan Williams2009-09-091-2/+3
| | | | docs on how to run the tests.
* Converted test_socketserver away from copy-n-paste.Ryan Williams2009-08-061-0/+29