mirror of
				https://github.com/LonamiWebs/Telethon.git
				synced 2025-10-31 16:07:44 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			103 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			103 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import pathlib
 | |
| 
 | |
| import pytest
 | |
| 
 | |
| 
 | |
| @pytest.fixture
 | |
| def docs_dir():
 | |
|     return pathlib.Path('readthedocs')
 |