]> granicus.if.org Git - python/commit
Replace docstrings on test functions witrh comments -- then unittest
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 2002 01:00:28 +0000 (01:00 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 2002 01:00:28 +0000 (01:00 +0000)
commit8c94383fa8a58447652dacf17becd640e4b2eacf
tree50fd1b01836d671c09a8de99c613ab45388baf1c
parent808eb59fc46f031939d23b07be4d705905d317e4
Replace docstrings on test functions witrh comments -- then unittest
prints function and module names, which is more informative now that
we repeat some tests in slightly modified subclasses.

Add a test for read() until EOF.

Add test suites for line-buffered (bufsize==1) and a small custom
buffer size (bufsize==2).

Restructure testUnbufferedRead() somewhat to avoid a potentially
infinite loop.
Lib/test/test_socket.py