summaryrefslogtreecommitdiff
path: root/scripts/run_general_tests.py
Commit message (Collapse)AuthorAge
* Refactor tests to a reusable structure.Roozbeh Pournader2015-04-16
| | | | | | | | Tests that are common to some targets are not moved to common_tests.py, with target-specific tests basically inheriting its classes and modifying them. The web tests are not refactored yet.
* Remove TODO item from run_general_tests.py.Roozbeh Pournader2015-04-16
|
* Move common and repeated tests to run_general_tests.py.Roozbeh Pournader2015-04-16
|
* Move updating version numbers to temporar_touchups.Roozbeh Pournader2015-04-16
| | | | This is so that both Adroid and Web targets could reuse it.
* Add test for non-formation of 'ff' ligature.Roozbeh Pournader2015-04-16
| | | | | Also remove unused and tested touchups from the Android touchup script.
* Move the exhaustive tests to a different make targe.Roozbeh Pournader2015-04-16
| | | | Plus some cleanup in imports.
* Move tests for spacing marks to general tests.Roozbeh Pournader2015-04-16
| | | | | Also add test for font vendor ID in the OS/2 table and remove no-longer-necessary touchups from touchup_for_android.py.
* Test for fsType being 0.Roozbeh Pournader2015-04-16
| | | | | | | Also remove the code that touched it to be zero, since the value is fixed in the fonts now. Fixes issue 29.
* Remove fix for macStyle from touchup_for_android.py.Roozbeh Pournader2015-04-16
| | | | | And since the bug (issue 8) is fixed in the generated fonts now, add test for macStyle to run_general_test.py.
* Move test for lack of unassigned characters from Android to general tests.Roozbeh Pournader2015-04-16
|
* Move TestDigitWidths from android tests to general tests.Roozbeh Pournader2015-04-16
|
* Move test for sound copyright from Android-specific to general.Roozbeh Pournader2015-04-16
|
* Add test for italic angle.Roozbeh Pournader2015-04-16