summaryrefslogtreecommitdiff
path: root/tests/warn/warningtester.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-2/+2
* Drop deprecated and redundant universal newline modeTomasz Miąsko2018-12-091-1/+1
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-10/+1
* g-ir-tools: respect gir_dir_prefixKai Kang2018-10-081-0/+1
* tests: depend on flake8 instead of including pep8/pyflakesChristoph Reiter2018-08-151-0/+1
* meson: Add the giscanner warning testsChristoph Reiter2018-06-211-1/+5
* 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: Replace repr format usage with string formatterSimon Feltman2015-09-291-4/+4
* 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
* giscanner: give message.ERROR a purposeDieter Verfaillie2013-10-081-2/+2
* giscanner: rename the parse() method to parse_comment_blocks()Dieter Verfaillie2013-10-081-1/+1
* giscanner: rename AnnotationParser() to GtkDocCommentBlockParser()Dieter Verfaillie2013-10-081-3/+3
* tests: fix diff outputDieter Verfaillie2013-10-081-6/+3
* tests: fix warning tests message sorting...Dieter Verfaillie2013-10-081-2/+3
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-7/+9
* Revert "gi-r-scanner: add support for raw CFLAGS flags option"Colin Walters2013-03-051-2/+1
* gi-r-scanner: add support for raw CFLAGS flags optionTim Lunn2013-03-061-1/+2
* warningtester: Sort the list of warningsJasper St. Pierre2013-02-071-0/+3
* warningtester: make it possible to EXPECT multiple lines of outputDieter Verfaillie2012-04-171-60/+74
* warningtester: Hack in DATADIRGOBJECT_INTROSPECTION_1_29_15Colin Walters2011-07-271-0/+4
* Fix tests to look in correct directory for typelibsColin Walters2010-11-161-2/+2
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-0/+4
* [warningtester] Prettify error outputJohan Dahlin2010-09-231-2/+6
* tests: Look for uninstalled .girsColin Walters2010-09-221-0/+3
* Pass in blocks to IntrospectablePassJohan Dahlin2010-09-201-1/+1
* Add a parameter mismatch warningJohan Dahlin2010-09-141-0/+2
* [warningtester] Do not sort expected warningsJohan Dahlin2010-09-141-1/+1
* [warningtester] Invert expected/actualJohan Dahlin2010-09-141-1/+1
* [tests] Handle multiple errors per file betterJohan Dahlin2010-09-021-11/+12
* [tests] Rework tester to be executed once per testJohan Dahlin2010-09-021-23/+31
* [tests] Add test infrastructure for warningsJohan Dahlin2010-09-021-0/+104