From 8ea981b3a102b7b8d00a917f590c00204503d2ca Mon Sep 17 00:00:00 2001 From: Yanone Date: Fri, 22 Nov 2024 14:34:36 +0100 Subject: [PATCH] Expand coverage testing --- tests/test_glyphsets.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_glyphsets.py b/tests/test_glyphsets.py index 369580ef27..7615bca8a4 100644 --- a/tests/test_glyphsets.py +++ b/tests/test_glyphsets.py @@ -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)