summaryrefslogtreecommitdiff
path: root/tests/scanner/test_transformer.py
Commit message (Expand)AuthorAgeFilesLines
* Always pass an encoding to open() using text modeChristoph Reiter2020-11-071-1/+1
* message: simplify handling of error levelsChristoph Reiter2019-01-101-6/+6
* scanner: Flatten multi-dimensional arrays fieldsTomasz Miąsko2019-01-071-0/+42
* tests: Remove temporary files created when testing transformerTomasz Miąsko2018-12-221-4/+7
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-5/+0
* tests: depend on flake8 instead of including pep8/pyflakesChristoph Reiter2018-08-151-6/+1
* transformer: don't shell out for filter commands and make the tests work on W...Christoph Reiter2018-07-251-13/+25
* meson: Run Python unit tests.Tomasz Miąsko2018-07-111-6/+0
* scanner test: Cross-platform identifier filterPhilip Chimento2018-03-271-6/+12
* typedefs: fix type information.Mathieu Duponchelle2017-03-141-2/+0
* tests: Fix python2/3 difference with respect to rawunicodeescapeColin Walters2015-09-291-1/+1
* giscanner: Use builtins module in Python 3Simon Feltman2015-09-291-2/+6
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use print as a function for Python 3 compatibilitySimon Feltman2015-09-291-0/+1
* giscanner: Enable "true division" for all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use absolute_import for all Python filesSimon Feltman2015-09-291-0/+2
* scanner: Add --identifier-filter-cmdSimon Feltman2014-06-031-0/+30
* scanner: Replace GInitiallyUnowned field sharing with generic solutionSimon Feltman2014-01-041-4/+4
* scanner: Fix parsing for various typedef struct orderingsSimon Feltman2014-01-041-3/+0
* tests: Add transformer tests for callback typedefsSimon Feltman2014-01-021-0/+16
* tests: Add nested union unittestsSimon Feltman2014-01-021-0/+85
* tests: Add nested struct tests for transformerSimon Feltman2014-01-021-0/+107
* tests: Add transformer typedef struct testsSimon Feltman2014-01-021-0/+240