core/tests/components/image/__init__.py

5 lines
111 B
Python
Raw Normal View History

2020-08-19 09:33:04 +00:00
"""Tests for the Image integration."""
import pathlib
TEST_IMAGE = pathlib.Path(__file__).parent / "logo.png"