MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / real_image

Function real_image

tests/models/test_base_api.py:43–46  ·  view source on GitHub ↗

Create a real PIL Image for testing.

()

Source from the content-addressed store, hash-verified

41
42@pytest.fixture
43def real_image():
44 """Create a real PIL Image for testing."""
45 img = Image.new("RGB", (100, 100), color="red")
46 return img
47
48
49class TestBaseAPIInit:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected