remove unused method in specializer_test and debug prints
This commit is contained in:
parent
77f72bc62b
commit
9e369fa86f
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user