mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
* Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/. * Remove Lib/test/test_lib2to3.py. * Update imports. * all_project_files(): use different paths and sort files to make the tests more reproducible. * Update references to tests.
This commit is contained in:
		
							parent
							
								
									50ebd72fb0
								
							
						
					
					
						commit
						616fa3465d
					
				
					 35 changed files with 68 additions and 68 deletions
				
			
		|  | @ -78,7 +78,7 @@ def run_benchmark_stdlib(subcommand): | |||
|             verbose=False, | ||||
|             excluded_files=[ | ||||
|                 "*/bad*", | ||||
|                 "*/lib2to3/tests/data/*", | ||||
|                 "*/test/test_lib2to3/data/*", | ||||
|             ], | ||||
|             short=True, | ||||
|             mode=modes[subcommand], | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Victor Stinner
						Victor Stinner