Files

7 lines
176 B
Python

"""Constants for the Collection Image integration tests."""
from pathlib import Path
TEST_IMAGE = Path(__file__).parent / "test.png"
DEFAULT_ENTITY_ID = "image.random_image"