1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-02 00:38:13 +00:00

7 lines
173 B
Python
Raw Normal View History

import pathlib
def get_fixture_path(filename: str) -> pathlib.Path:
"""Get path of fixture."""
return pathlib.Path(__file__).parent.joinpath("fixtures", filename)