mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Make bitmap test runnable as a standalone.
This commit is contained in:
parent
20642d67cc
commit
14a9bba962
|
@ -17,3 +17,5 @@ class TestImageFontBitmap(PillowTestCase):
|
|||
draw_outline.text((0, 0), text, fill=(0, 0, 0), font=font_outline)
|
||||
self.assert_image_similar(im_bitmap, im_outline, 0.01)
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in New Issue
Block a user