Skip to content

Commit

Permalink
Make bitmap test runnable as a standalone.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyyf committed Nov 7, 2014
1 parent 013a73d commit 36a8aba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/test_imagefont_bitmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ def test_similar(self):
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()

0 comments on commit 36a8aba

Please sign in to comment.