mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 18:28:49 +00:00 
			
		
		
		
	 d50c37d8ad
			
		
	
	
		d50c37d8ad
		
			
		
	
	
	
	
		
			
			These are stubs to be used for adding hypothesis (https://hypothesis.readthedocs.io/en/latest/) tests to the standard library. When the tests are run in an environment where `hypothesis` and its various dependencies are not installed, the stubs will turn any tests with examples into simple parameterized tests and any tests without examples are skipped. It also adds hypothesis tests for the `zoneinfo` module, and a Github Actions workflow to run the hypothesis tests as a non-required CI job. The full hypothesis interface is not stubbed out — missing stubs can be added as necessary. Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
		
			
				
	
	
		
			2 lines
		
	
	
	
		
			67 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
	
		
			67 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| from .test_zoneinfo import *
 | |
| from .test_zoneinfo_property import *
 |