summaryrefslogtreecommitdiff
path: root/scripts/run_web_tests.py
Commit message (Collapse)AuthorAge
* Use common tests from nototoolsJames Godfrey-Kittle2015-10-06
|
* Further generalize common_tests.pyJames Godfrey-Kittle2015-10-06
|
* Move TestHints to common_testsJames Godfrey-Kittle2015-09-29
|
* Generalize and move vertical metrics testsJames Godfrey-Kittle2015-09-29
|
* Generalize coverage tests in common_testsJames Godfrey-Kittle2015-09-29
|
* Move all name tests to common_testsJames Godfrey-Kittle2015-09-29
|
* Tmp disable superscript digit test for web.James Godfrey-Kittle2015-09-29
| | | | | | | | See added comment for motivation. Probably the *.frac and *superior glyphs should be merged. More info: https://github.com/google/roboto/issues/22 https://github.com/google/roboto/issues/108
* Add option to check heavier fonts as marked bold.James Godfrey-Kittle2015-09-28
| | | | | | Not sure if there's any rule for whether fonts heavier than Bold (e.g. Black) should be marked bold in the macStyle and subfamily name, so this adds an option to test either way.
* Test that name and style are generally compatible.James Godfrey-Kittle2015-09-28
| | | | | | Changes to the TestNames unit tests reflect the issues raised in the link added to common_tests.py. Also generally account for code changed in nototools.
* Add license files and headers.James Godfrey-Kittle2015-04-16
|
* Update font paths in tests to look in out/v2.James Godfrey-Kittle2015-04-16
| | | | This is the output directory for fonts created with this branch since r07c436525dd3.
* Fix name table overrides for condensed fonts.Roozbeh Pournader2015-04-16
| | | | Fixes issue 104 and issue 105.
* Add tests for the bad hinting of lowercase 'o'.Roozbeh Pournader2015-04-16
|
* Rename 'RobotoDraft' to 'Roboto' in the web target.Roozbeh Pournader2015-04-16
| | | | | This is to finally create a replacement for the public Google Fonts version of Roboto.
* Add more of common tests to run_web_tests.py.Roozbeh Pournader2015-04-16
|
* Don't update font version in web target.Roozbeh Pournader2015-04-16
| | | | | This is because web targets are from different cuts, and we want to keep the information.
* More moving web-specific tests and touchups to common.Roozbeh Pournader2015-04-16
|
* More refactoring of touchup and test scripts.Roozbeh Pournader2015-04-16
|
* Change the expected number of fonts for the web target.Roozbeh Pournader2015-04-16
| | | | The old value, 12, was for when we didn't have condensed yet.
* Move common and repeated tests to run_general_tests.py.Roozbeh Pournader2015-04-16
|
* Add missing hints to the Light Italic font.Roozbeh Pournader2015-04-16
| | | | Four glyphs were missing hints. Fixes issue 100.
* Expand scripts for webfont generation.Roozbeh Pournader2015-04-16
|
* Add targets and scripts for web fonts.Roozbeh Pournader2015-04-16