Changeset 144
- Timestamp:
- 2002-03-30 22:46:43 (7 years ago)
- Files:
-
- trunk/_test_ftputil.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/_test_ftputil.py
r141 r144 30 30 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31 31 32 # $Id: _test_ftputil.py,v 1.5 1 2002/03/30 22:36:31schwa Exp $32 # $Id: _test_ftputil.py,v 1.52 2002/03/30 22:46:43 schwa Exp $ 33 33 34 34 import unittest … … 70 70 return random_data(pool) 71 71 72 72 73 # 73 74 # several customized MockSession classes … … 90 91 # factory to produce FTPHost-like classes from a given FTPHost 91 92 # class and a given MockSession class 93 # 92 94 def ftp_host_factory(session_factory=_mock_ftplib.MockSession, 93 95 ftp_host_class=ftputil.FTPHost):
