some tests were failing when shuffling the order of the tests with pytest-randomly. That's because calling TTFont.getTableData method on 'loca' table before having compiled 'glyf' returns an empty b"" string.
some tests were failing when shuffling the order of the tests with pytest-randomly. That's because calling TTFont.getTableData method on 'loca' table before having compiled 'glyf' returns an empty b"" string.