harfbuzz/test/subset
cclauss 26c5b54fb0 CircleCI: Test for Python 3 syntax errors and undefined names (#1522)
Catch missing imports and errors like #1520 and #1521

__E901,E999,F821,F822,F823__ are the "_showstopper_" [flake8](http://flake8.pycqa.org) issues that can halt the runtime with a SyntaxError, NameError, etc. Most other flake8 issues are merely "style violations" -- useful for readability but they do not effect runtime safety.
* F821: undefined name `name`
* F822: undefined name `name` in `__all__`
* F823: local variable name referenced before assignment
* E901: SyntaxError or IndentationError
* E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree
2018-12-31 07:00:43 +03:30
..
data Fix automake warnings 2018-12-30 11:28:06 -05:00
CMakeLists.txt CMake: Fix running tests on Windows 2018-03-13 20:17:58 +08:00
Makefile.am Minor 2018-10-09 01:10:15 -04:00
generate-expected-outputs.py print() is a function in Python 3 (#1520) 2018-12-30 15:37:28 +03:30
run-tests.py Added SourceSansPro-Regular along as CFF full-font test case 2018-09-18 15:53:37 -07:00
subset_test_suite.py CircleCI: Test for Python 3 syntax errors and undefined names (#1522) 2018-12-31 07:00:43 +03:30