mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	bpo-36680: Rename duplicate test_source_from_cache_path_like_arg function (GH-12893)
This commit is contained in:
		
							parent
							
								
									3d6f61edb8
								
							
						
					
					
						commit
						c442b1c486
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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)) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Windson yang
						Windson yang