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

Method test_move_dir_altsep_to_dir

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

Source from the content-addressed store, hash-verified

2788
2789 @unittest.skipUnless(os.path.altsep, 'requires os.path.altsep')
2790 def test_move_dir_altsep_to_dir(self):
2791 self._check_move_dir(self.src_dir + os.path.altsep, self.dst_dir,
2792 os.path.join(self.dst_dir, os.path.basename(self.src_dir)))
2793
2794 def test_existing_file_inside_dest_dir(self):
2795 # A file with the same name inside the destination dir already exists.

Callers

nothing calls this directly

Calls 3

_check_move_dirMethod · 0.95
basenameMethod · 0.80
joinMethod · 0.45

Tested by

no test coverage detected