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')