From d153794c0510756de4af2c73f3dd4d6753c7dc3e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 2 Nov 2017 11:41:51 +0530 Subject: [PATCH] ... --- kitty_tests/fonts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty_tests/fonts.py b/kitty_tests/fonts.py index 135136ee5..4fcdabeb7 100644 --- a/kitty_tests/fonts.py +++ b/kitty_tests/fonts.py @@ -34,4 +34,5 @@ class Rendering(BaseTest): s.draw(''.join(box_chars)) line = s.line(0) test_render_line(line) + print(self.sprites.keys()) self.assertEqual(len(self.sprites), prerendered + len(box_chars))