Run all tests on the full frozen build using the frozen launcher

Much more comprehensive test coverage at the cost of slightly increasing
the frozen build size.
This commit is contained in:
Kovid Goyal
2021-02-19 17:57:59 +05:30
parent e06d40cb31
commit c2a924a5ea
8 changed files with 51 additions and 79 deletions

View File

@@ -89,7 +89,7 @@ class Rendering(BaseTest):
return font_path_cache[name]
def ss(text, font=None):
path = f'kitty_tests/{font}' if font else None
path = path_for_font(font) if font else None
return shape_string(text, path=path)
def groups(text, font=None):