]> granicus.if.org Git - python/commit
give ftplib a real test suite
authorBenjamin Peterson <benjamin@python.org>
Sat, 27 Sep 2008 02:49:54 +0000 (02:49 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 27 Sep 2008 02:49:54 +0000 (02:49 +0000)
commit3c0c483af403ccede13d2579d9fa11c6441e29dd
treeaf6bb0f77e3e65688341f3c5f32a6b931c9ed3f6
parentfc5ea3928947152d60c3a1d1c456345a64774cf0
give ftplib a real test suite

A asyncore based mock ftp server is used to test the protocol.
This is all thanks to Giampaolo Rodola #3939

(Barry gave me permission to do this before final on IRC.)
Lib/test/test_ftplib.py