core/tests/components/image/__init__.py

5 lines
111 B
Python

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