diff --git a/Tests/cffLib/specializer_test.py b/Tests/cffLib/specializer_test.py index a6f930155..a52c92697 100644 --- a/Tests/cffLib/specializer_test.py +++ b/Tests/cffLib/specializer_test.py @@ -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) diff --git a/Tests/varLib/varLib_test.py b/Tests/varLib/varLib_test.py index d93c68b45..f3037339e 100644 --- a/Tests/varLib/varLib_test.py +++ b/Tests/varLib/varLib_test.py @@ -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)