]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add unittests that verify documented behavior of public methods in Transport
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 24 Nov 2008 22:00:29 +0000 (22:00 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 24 Nov 2008 22:00:29 +0000 (22:00 +0000)
commit8942011db1e951df6a3f915080eb8d2c94c7a7af
tree5203b4eadd392654d45c72d6256e6479846bdf03
parent623429132eb2b7ffb797ca2a3408424d50659d70
Add unittests that verify documented behavior of public methods in Transport
class.

These methods can be overridden.  The tests verify that the overridden
methods are called, and that changes to the connection have a visible
effect on the request.
Lib/test/test_xmlrpc.py