MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_move_file_to_dir_pathlike_src

Method test_move_file_to_dir_pathlike_src

Lib/test/test_shutil.py:2742–2745  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2740 self._check_move_file(self.src_file, self.dst_dir, self.dst_file)
2741
2742 def test_move_file_to_dir_pathlike_src(self):
2743 # Move a pathlike file to another location on the same filesystem.
2744 src = FakePath(self.src_file)
2745 self._check_move_file(src, self.dst_dir, self.dst_file)
2746
2747 def test_move_file_to_dir_pathlike_dst(self):
2748 # Move a file to another pathlike location on the same filesystem.

Callers

nothing calls this directly

Calls 2

_check_move_fileMethod · 0.95
FakePathClass · 0.90

Tested by

no test coverage detected