MCPcopy Index your code
hub / github.com/MongoEngine/mongoengine / TestImage

Class TestImage

tests/fields/test_file_field.py:378–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376 @require_pil
377 def test_image_field(self):
378 class TestImage(Document):
379 image = ImageField()
380
381 TestImage.drop_collection()
382

Calls 1

ImageFieldClass · 0.85

Tested by 5

test_image_fieldMethod · 0.68