(self)
| 2805 | |
| 2806 | @mock_rename |
| 2807 | def test_move_dir_to_dir_other_fs(self): |
| 2808 | # Move a dir inside an existing dir on another filesystem. |
| 2809 | self.test_move_dir_to_dir() |
| 2810 | |
| 2811 | def test_move_dir_sep_to_dir(self): |
| 2812 | self._check_move_dir(self.src_dir + os.path.sep, self.dst_dir, |
nothing calls this directly
no test coverage detected