2
0
mirror of https://github.com/LonamiWebs/Telethon synced 2025-08-22 09:57:32 +00:00
telethon/tests/readthedocs/conftest.py

9 lines
103 B
Python
Raw Normal View History

2020-01-19 13:25:58 +01:00
import pathlib
import pytest
@pytest.fixture
def docs_dir():
return pathlib.Path('readthedocs')