commit | 779281caf78c4bedea42fa299d2069ec4e8482bc | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Nov 30 03:23:13 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Nov 30 03:23:13 2008 +0000 |
tree | b4b0009cfbc70492db03298c3c3f2922ac4e2d8e | |
parent | bed171011525daab22ea99575abd8c14751b8ea6 [diff] |
Blocked revisions 67370 via svnmerge ........ r67370 | jeremy.hylton | 2008-11-24 16:00:29 -0600 (Mon, 24 Nov 2008) | 8 lines 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. ........