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