remove unused method in specializer_test and debug prints

This commit is contained in:
Cosimo Lupo 2019-05-13 13:00:24 +01:00
parent 77f72bc62b
commit 9e369fa86f
No known key found for this signature in database
GPG Key ID: 20D4A261E4A0E642
2 changed files with 0 additions and 7 deletions

View File

@ -921,11 +921,6 @@ class CFFSpecializeProgramTest(unittest.TestCase):
class CFF2VFTestSpecialize(DataFilesHandler):
@staticmethod
def get_test_input(test_file_or_folder):
path, _ = os.path.split(__file__)
return os.path.join(path, "data", test_file_or_folder)
def test_blend_round_trip(self):
ttx_path = self.getpath('TestSparseCFF2VF.ttx')
ttf_font = TTFont(recalcBBoxes=False, recalcTimestamp=False)

View File

@ -234,7 +234,6 @@ class BuildTest(unittest.TestCase):
self.temp_dir()
for path in self.get_file_list(ttx_dir, '.ttx', 'TestCFF2_'):
print(path)
self.compile_font(path, ".otf", self.tempdir)
ds = DesignSpaceDocument.fromfile(ds_path)
@ -258,7 +257,6 @@ class BuildTest(unittest.TestCase):
self.temp_dir()
for path in self.get_file_list(ttx_dir, '.ttx', 'MasterSet_Kanji-'):
print(path)
self.compile_font(path, ".otf", self.tempdir)
ds = DesignSpaceDocument.fromfile(ds_path)