Skip to content

Commit

Permalink
Expand coverage testing
Browse files Browse the repository at this point in the history
  • Loading branch information
yanone committed Nov 22, 2024
1 parent 3749d08 commit 8ea981b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_glyphsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ def test_coverage():

ttFont = TTFont(FONT_PATH)
assert get_glyphsets_fulfilled(ttFont)["GF_Latin_Core"]["percentage"] > 0.99
assert get_glyphsets_fulfilled(ttFont)["GF_Latin_Kernel"]["percentage"] == 1
assert get_glyphsets_fulfilled(ttFont)["GF_Latin_Vietnamese"]["percentage"] == 1
analyze_font(ttFont)


Expand Down

0 comments on commit 8ea981b

Please sign in to comment.