(self)
| 2795 | |
| 2796 | @mock_rename |
| 2797 | def test_move_dir_other_fs(self): |
| 2798 | # Move a dir to another location on another filesystem. |
| 2799 | self.test_move_dir() |
| 2800 | |
| 2801 | def test_move_dir_to_dir(self): |
| 2802 | # Move a dir inside an existing dir on the same filesystem. |
nothing calls this directly
no test coverage detected