MCPcopy Index your code
hub / github.com/python/cpython / test_move_dir_sep_to_dir

Method test_move_dir_sep_to_dir

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

Source from the content-addressed store, hash-verified

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,
2813 os.path.join(self.dst_dir, os.path.basename(self.src_dir)))
2814
2815 @unittest.skipUnless(os.path.altsep, 'requires os.path.altsep')
2816 def test_move_dir_altsep_to_dir(self):

Callers

nothing calls this directly

Calls 3

_check_move_dirMethod · 0.95
joinMethod · 0.45
basenameMethod · 0.45

Tested by

no test coverage detected