bpo-36680: Rename duplicate test_source_from_cache_path_like_arg func… · python/cpython@c442b1c (original) (raw)
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -682,7 +682,7 @@ def test_sep_altsep_and_sep_cache_from_source(self): | ||
682 | 682 | |
683 | 683 | @unittest.skipIf(sys.implementation.cache_tag is None, |
684 | 684 | '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): | |
686 | 686 | path = pathlib.PurePath('foo', 'bar', 'baz', 'qux.py') |
687 | 687 | expect = os.path.join('foo', 'bar', 'baz', '__pycache__', |
688 | 688 | 'qux.{}.pyc'.format(self.tag)) |