From 9d7c788ae357ad84728345af3977bb9f4ed3be69 Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Wed, 15 Feb 2023 21:01:19 +0100 Subject: cq: Text styling: Add type hint --- test/common/test_styling.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/common/test_styling.py b/test/common/test_styling.py index b1c05d00d..bf7424df2 100644 --- a/test/common/test_styling.py +++ b/test/common/test_styling.py @@ -523,6 +523,7 @@ class Test(unittest.TestCase): def test_styling(self): for _name, params in STYLING.items(): + assert isinstance(params['input'], str) result = styling.process(params['input']) self.assertEqual(result.blocks, params['tokens']) -- cgit v1.2.3