mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-13 04:56:35 +03:00
9 lines
103 B
Python
9 lines
103 B
Python
import pathlib
|
|
|
|
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def docs_dir():
|
|
return pathlib.Path('readthedocs')
|