1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00
Files
core/tests/components/image/__init__.py
2022-08-18 12:02:12 -04:00

5 lines
111 B
Python

"""Tests for the Image integration."""
import pathlib
TEST_IMAGE = pathlib.Path(__file__).parent / "logo.png"