We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79bcfe commit ad462deCopy full SHA for ad462de
tests/test_fingerprint.py
@@ -23,13 +23,6 @@ def _get_variable_font(self):
23
self.assertTrue(font.is_variable())
24
return font
25
26
- def test_get_fingerprint(self):
27
- font = self._get_variable_font()
28
- hash = font.get_fingerprint()
29
- hash_hex = "0000000000000000000010000002000000011800ac3318012d335ac1554f58c4554f58c6acb368017968d4dc512c852b512e4b21b1275aaa916870ced8c9252a90c94cabb524276a5565a764d0e946b2c1ed4eba6d09ab622a38c8c48b250611cb6506396da8898d2d6899c4004031102048391c004019180000191800003918"
30
- diff = hash - hex_to_hash(hash_hex)
31
- self.assertEqual(diff, 0)
32
-
33
def test_get_fingerprint_diff_between_variable_instances(self):
34
fonts = [
35
self._get_font("/Tourney/Tourney-VariableFont_wdth,wght.ttf"),
0 commit comments