MCPcopy Create free account
hub / github.com/python/cpython / test_move_file_to_dir_other_fs

Method test_move_file_to_dir_other_fs

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

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

test_move_file_to_dirMethod · 0.95

Tested by

no test coverage detected