4 lines
111 B
Python
4 lines
111 B
Python
"""Tests for the Image integration."""
|
|
import pathlib
|
|
|
|
TEST_IMAGE = pathlib.Path(__file__).parent / "logo.png"
|