mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 02:37:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			250 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			250 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import datahub as datahub_metadata
 | |
| 
 | |
| 
 | |
| def test_datahub_version():
 | |
|     # Simply importing pkg_resources checks for unsatisfied dependencies.
 | |
|     import pkg_resources
 | |
| 
 | |
|     assert pkg_resources.get_distribution(datahub_metadata.__package_name__).version
 | 
