root/trunk/_test_ftputil.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @731 [731] 2008-09-06 19:13:50 schwa Little cleanup.
(edit) @729 [729] 2008-09-05 21:31:50 schwa Updated year numbers in copyright notices according to changes in the ...
(edit) @689 [689] 2007-04-16 01:07:10 schwa Handle directories with whitespace in them more gracefully (based on a ...
(edit) @640 [640] 2006-11-23 00:09:10 schwa Made parsers public, i. e. removed the underscore in front ...
(edit) @639 [639] 2006-11-22 23:56:06 schwa Added method `FTPHost.set_parser`.
(edit) @636 [636] 2006-11-22 22:38:16 schwa Merged in the rest of the changes from the branch add_stat_caching: svn ...
(edit) @633 [633] 2006-11-22 22:15:32 schwa Merged in changes from feature branch add_stat_caching: svn merge ...
(edit) @485 [485] 2006-02-05 15:33:52 schwa `FTPHost.remove/unlink` are no longer allowed to remove directories, not ...
(edit) @466 [466] 2006-02-02 23:51:44 schwa Whitespace changes.
(edit) @461 [461] 2006-01-29 02:04:19 schwa Set svn:mime-type to text/x-python to make syntax highlighting in Trac's ...
(edit) @427 [427] 2004-07-29 22:14:11 schwa Added several properties.
(edit) @420 [420] 2004-07-12 22:08:45 schwa Look for exception classes in module `ftp_error`, not in module ...
(edit) @419 [419] 2004-07-12 22:02:12 schwa Adapt unit tests to changes in `FTPHost.file`.
(edit) @416 [416] 2004-07-12 21:13:03 schwa FTPHost.file: Raise a `FTPIOError` if `basedir` isn't accessible. This ...
(edit) @395 [395] 2004-02-27 23:34:52 schwa Increased year values in copyright notices.
(edit) @375 [375] 2004-01-31 22:37:53 schwa Updated year values in copyright notice.
(edit) @360 [360] 2003-10-30 20:08:11 schwa Formatting changes; mostly removed whitespace in nested parentheses.
(edit) @315 [315] 2003-10-05 17:11:21 schwa Updated comment on custom `FTPHost` classes.
(edit) @312 [312] 2003-10-05 15:53:52 schwa Style change: remove some empty lines at beginnings of classes.
(edit) @294 [294] 2003-10-04 19:29:32 schwa FTPHost: Renamed `synchronize_time` to `synchronize_times`.
(edit) @269 [269] 2003-06-09 19:37:56 schwa Moved test for embedded `_Path` object from `_test_ftputil.py` into its ...
(edit) @265 [265] 2003-06-09 19:17:15 schwa Moved tests for `lstat` and `stat` from `_test_ftputil.py` to ...
(edit) @264 [264] 2003-06-09 19:14:10 schwa Extracted `ftp_host_factory` from `_test_ftputil.py` and added it into ...
(edit) @261 [261] 2003-06-09 18:38:05 schwa Module: Added/substituted lots of backtics.
(edit) @229 [229] 2003-03-16 18:53:00 schwa Replaced explicit code for `True` and `False` with import of ...
(edit) @226 [226] 2003-03-16 18:41:36 schwa Adaptions for refactorings w. r. t. `ftp_error.py`, `ftp_file.py` and ...
(edit) @214 [214] 2003-03-15 21:40:05 schwa TimeShiftMockSession: Removed unneeded `current_dir` attribute.
(edit) @212 [212] 2003-03-15 21:22:31 schwa FTPHost: Added support for synchronizing local times of client and ...
(edit) @206 [206] 2003-03-15 18:46:17 schwa Module: Minor formatting changes (mostly inserted "`" characters for code ...
(edit) @200 [200] 2002-10-22 21:01:30 schwa Module: Made assignments for `True` and `False` more readable. Put ...
(edit) @199 [199] 2002-10-22 20:58:17 schwa FTPHost.upload_if_newer/download_if_newer: Return a flag telling whether ...
(edit) @184 [184] 2002-04-03 21:50:24 schwa TestStat: added a test to check for RootDirError if stat is requested for ...
(edit) @164 [164] 2002-04-01 16:24:05 schwa TestStat.test_lstat_one_dir: added comment on mtime deviations due to ...
(edit) @161 [161] 2002-04-01 15:06:36 schwa TestStat: added method test_stat_following_link.
(edit) @157 [157] 2002-04-01 13:58:28 schwa TestStat.test_lstat_one_file/test_lstat_one_dir: checking st_target ...
(edit) @152 [152] 2002-03-31 23:20:35 schwa binary_data: fixed typo in docstring.
(edit) @150 [150] 2002-03-31 23:18:06 schwa TestUploadAndDownload: added tests for condiitional upload and download.
(edit) @148 [148] 2002-03-31 20:36:28 schwa TestFileOperations: unified docstrings of test methods.
(edit) @145 [145] 2002-03-30 22:48:53 schwa Module: joined more source code lines.
(edit) @144 [144] 2002-03-30 22:46:43 schwa Module: minor layout changes.
(edit) @141 [141] 2002-03-30 22:36:31 schwa Module: added testcase class TestOpenAndClose.
(edit) @140 [140] 2002-03-30 22:18:20 schwa Module: reorganized and commented.
(edit) @139 [139] 2002-03-30 22:14:53 schwa Module: moved test_ascii_upload and test_binary_download from class ...
(edit) @138 [138] 2002-03-30 22:11:59 schwa TestFileOperations: adapted test_caching to use mock objects.
(edit) @137 [137] 2002-03-30 22:08:45 schwa Module: moved code to generate random strings from class ...
(edit) @136 [136] 2002-03-30 21:54:38 schwa Module: instead of using the class InspectableFTPHost with its quite ...
(edit) @134 [134] 2002-03-30 21:22:24 schwa Module: put calls to file_content_for_child after close ...
(edit) @132 [132] 2002-03-30 18:56:56 schwa TestFileOperations: removed test_remote_copy.
(edit) @130 [130] 2002-03-30 18:45:55 schwa TestFileOperations: added test test_read_unknown_file.
(edit) @129 [129] 2002-03-30 18:40:23 schwa TestFileOperations: converted ascii_xreadlines to test_ascii_xreadlines.
(edit) @128 [128] 2002-03-30 18:38:23 schwa TestFileOperations: converted ascii_readlines to test_ascii_readlines.
(edit) @127 [127] 2002-03-30 18:36:39 schwa Module: renamed AsciiReadMockSession1 to ReadMockSession and ...
(edit) @126 [126] 2002-03-30 18:29:23 schwa TestFileOperations: converted ascii_readline to test_ascii_readline.
(edit) @125 [125] 2002-03-30 18:13:47 schwa TestFileOperations: converted ascii_read to test_ascii_read using mock ...
(edit) @124 [124] 2002-03-30 17:51:53 schwa TestFileOperations: converted ascii_writelines to test_ascii_writelines, ...
(edit) @123 [123] 2002-03-30 17:44:11 schwa TestFileOperations: converted method ascii_write to test_ascii_write.
(edit) @121 [121] 2002-03-30 17:37:29 schwa Module: made _mock_ftplib.MockSession the default for ...
(edit) @120 [120] 2002-03-30 16:50:08 schwa Moved class FailOnLoginSession from _mock_ftplib.py to _test_ftputil.py .
(edit) @118 [118] 2002-03-30 15:36:25 schwa TestStat: added new method test_failing_lstat to test whether a ...
(edit) @117 [117] 2002-03-30 15:31:30 schwa TestStat: added test_failing_lstat to test for exception.
(edit) @116 [116] 2002-03-30 15:28:35 schwa TestStat: refactored test_lstat into three methods test_lstat_one_file, ...
(edit) @115 [115] 2002-03-30 15:24:45 schwa TestStat.test_lstat: extended checking of a directory entry.
(edit) @114 [114] 2002-03-30 15:11:29 schwa TestFileOperations: removed method write_test_data because its no longer ...
(edit) @113 [113] 2002-03-30 15:10:27 schwa TestPath.test_isdir_isfile_islink: modified to work with mock ...
(edit) @110 [110] 2002-03-29 23:18:10 schwa TestStat: test_lstat now passes.
(edit) @108 [108] 2002-03-29 23:04:52 schwa Module: commented out a lot of test cases. TestStat.test_listdir: ...
(edit) @106 [106] 2002-03-29 21:52:43 schwa Module: removed rather trivial tests in TestDirectories class (and the ...
(edit) @105 [105] 2002-03-29 21:51:52 schwa Module: removed rather trivial tests in TestRemoveAndRename class.
(edit) @104 [104] 2002-03-29 21:50:41 schwa FTPHostWrapper: constructor now takes one argument, the factory to ...
(edit) @100 [100] 2002-03-29 18:33:55 schwa FTPHostWrapper: prepared to use mock version of FTP session class.
(edit) @98 [98] 2002-03-29 18:18:27 schwa Module: added wrapper class FTPHostWrapper to encapsulate the session ...
(edit) @95 [95] 2002-03-29 16:29:26 schwa Module: added revision id.
(edit) @93 [93] 2002-03-29 16:23:08 schwa Module: docstring normalization.
(edit) @83 [83] 2002-01-28 18:22:12 schwa TestFileOperations: added method test_caching to check the FTPHost's ...
(edit) @81 [81] 2002-01-28 17:50:04 schwa TestFileOperations: added method ascii_xreadlines.
(edit) @78 [78] 2002-01-28 16:49:29 schwa TestFileOperations: added methods ascii_write, ascii_readline, ...
(edit) @75 [75] 2002-01-28 00:36:54 schwa TestFileOperations: added read test.
(edit) @74 [74] 2002-01-27 23:13:16 schwa TestFileOperations: added some tests for writing remote files (methods ...
(edit) @72 [72] 2002-01-27 20:59:48 schwa TestStat: added tests test_getmtime and test_getsize.
(edit) @71 [71] 2002-01-27 20:40:03 schwa This was wrong in the last commit ...
(edit) @70 [70] 2002-01-27 20:37:14 schwa TestStat: renamed test_isdir to ...
(edit) @63 [63] 2002-01-27 18:42:24 schwa TestPath: added test_isdir.
(edit) @62 [62] 2002-01-27 18:35:33 schwa Module: renamed TestFiles to ...
(edit) @61 [61] 2002-01-27 18:22:52 schwa TestRemoveAndRename.test_remove: added implementation.
(edit) @60 [60] 2002-01-27 18:05:29 schwa Module: renamed TestLoginAndClose to TestLogin. Base: made self.testdir an ...
(edit) @59 [59] 2002-01-26 22:32:53 schwa Module: added class TestRemoveAndRename. TestStat: added test_listdir and ...
(edit) @58 [58] 2002-01-26 21:55:36 schwa TestDirectories: extended test_rmdir (try to remove current dir).
(edit) @57 [57] 2002-01-26 21:48:32 schwa TestDirectories: added test_rmdir.
(edit) @56 [56] 2002-01-26 21:16:45 schwa TestDirectories: added test_mkdir.
(edit) @55 [55] 2002-01-26 21:08:31 schwa Added some test classes (Base, TestLoginAndClose, TestDirectories, ...
(add) @54 [54] 2002-01-26 20:38:09 schwa Unit test for ftputil.py
Note: See TracRevisionLog for help on using the revision log.