Skip to content

Commit c442b1c

Browse files
Windsooonzooba
authored andcommitted
bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH-12893)
1 parent 3d6f61e commit c442b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_importlib/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ def test_sep_altsep_and_sep_cache_from_source(self):
682682

683683
@unittest.skipIf(sys.implementation.cache_tag is None,
684684
'requires sys.implementation.cache_tag not be None')
685-
def test_source_from_cache_path_like_arg(self):
685+
def test_cache_from_source_path_like_arg(self):
686686
path = pathlib.PurePath('foo', 'bar', 'baz', 'qux.py')
687687
expect = os.path.join('foo', 'bar', 'baz', '__pycache__',
688688
'qux.{}.pyc'.format(self.tag))

0 commit comments

Comments
 (0)