(self)
| 2777 | |
| 2778 | @mock_rename |
| 2779 | def test_move_file_other_fs(self): |
| 2780 | # Move a file to an existing dir on another filesystem. |
| 2781 | self.test_move_file() |
| 2782 | |
| 2783 | @mock_rename |
| 2784 | def test_move_file_to_dir_other_fs(self): |
nothing calls this directly
no test coverage detected