1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 11:52:20 +01:00

dashboard: Add some basic tests for the dashboard (#5870)

This commit is contained in:
J. Nick Koston
2023-12-05 15:06:05 -10:00
committed by GitHub
parent 8f70ef24a2
commit be07463fbd
3 changed files with 133 additions and 0 deletions

View File

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