mirror of
				https://github.com/deepset-ai/haystack.git
				synced 2025-10-31 01:39:45 +00:00 
			
		
		
		
	 89de76d5fe
			
		
	
	
		89de76d5fe
		
			
		
	
	
	
	
		
			
			* move cli from preview * readme * review feedback * test mocks & import paths * import path
		
			
				
	
	
		
			8 lines
		
	
	
		
			110 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			110 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import pytest
 | |
| from click.testing import CliRunner
 | |
| 
 | |
| 
 | |
| @pytest.fixture()
 | |
| def cli_runner():
 | |
|     yield CliRunner()
 |