Telethon/tests/readthedocs/conftest.py

9 lines
103 B
Python
Raw Normal View History

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