(self)
| 2782 | |
| 2783 | @mock_rename |
| 2784 | def test_move_file_to_dir_other_fs(self): |
| 2785 | # Move a file to another location on another filesystem. |
| 2786 | self.test_move_file_to_dir() |
| 2787 | |
| 2788 | def test_move_dir(self): |
| 2789 | # Move a dir to another location on the same filesystem. |
nothing calls this directly
no test coverage detected