Skip to content

Commit

Permalink
Merge pull request #501 from m4rc1e/script-cleanup
Browse files Browse the repository at this point in the history
remove redundant scripts
  • Loading branch information
m4rc1e authored Feb 25, 2022
2 parents f017dde + f0aea2e commit 3b2ea9c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,473 deletions.
6 changes: 0 additions & 6 deletions Lib/gftools/tests/test_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ def test_check_vtt_compatibility(self):
def test_compare_font(self):
self.check_script(['python', self.get_path('compare-font'), self.example_font, self.example_font])

def test_dump_names(self):
self.check_script(['python', self.get_path('dump-names'), self.example_font])

def test_find_features(self):
self.check_script(['python', self.get_path('find-features'), self.example_font])

Expand All @@ -115,9 +112,6 @@ def test_fix_ascii_fontmetadata(self):
def test_fix_cmap(self):
self.check_script(['python', self.get_path('fix-cmap'), self.example_font])

def test_fix_dsig(self):
self.check_script(['python', self.get_path('fix-dsig'), self.example_font])

def test_fix_familymetadata(self):
self.check_script(['python', self.get_path('fix-familymetadata'), self.example_font])

Expand Down
119 changes: 0 additions & 119 deletions bin/gftools-build-font2ttf.py

This file was deleted.

Loading

0 comments on commit 3b2ea9c

Please sign in to comment.