Skip to content

Commit

Permalink
bpo-36680: Rename duplicate test_source_from_cache_path_like_arg func…
Browse files Browse the repository at this point in the history
…tion (GH-12893)
  • Loading branch information
Windsooon authored and zooba committed Apr 22, 2019
1 parent 3d6f61e commit c442b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_importlib/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ def test_sep_altsep_and_sep_cache_from_source(self):

@unittest.skipIf(sys.implementation.cache_tag is None,
'requires sys.implementation.cache_tag not be None')
def test_source_from_cache_path_like_arg(self):
def test_cache_from_source_path_like_arg(self):
path = pathlib.PurePath('foo', 'bar', 'baz', 'qux.py')
expect = os.path.join('foo', 'bar', 'baz', '__pycache__',
'qux.{}.pyc'.format(self.tag))
Expand Down

0 comments on commit c442b1c

Please sign in to comment.