2
0
mirror of https://github.com/LonamiWebs/Telethon synced 2025-08-22 18:07:29 +00:00
telethon/tests/readthedocs/conftest.py
2020-01-19 13:25:58 +01:00

9 lines
103 B
Python

import pathlib
import pytest
@pytest.fixture
def docs_dir():
return pathlib.Path('readthedocs')