mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	 7796d3179b
			
		
	
	
		7796d3179b
		
			
		
	
	
	
	
		
			
			* gh-98098: Move zipfile into a package. * Moved test_zipfile to a package * Extracted module for test_path. * Add blurb * Add jaraco as owner of zipfile.Path. * Synchronize with minor changes found at jaraco/zipp@d9e7f4352d.
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			142 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import os
 | |
| from test.support import load_package_tests
 | |
| 
 | |
| def load_tests(*args):
 | |
|     return load_package_tests(os.path.dirname(__file__), *args)
 |