bittorrent-benchmarks/benchmarks/tests/utils.py

5 lines
121 B
Python

from pathlib import Path
def shared_volume() -> Path:
return Path(__file__).parent.parent.parent.joinpath('volume')