summaryrefslogtreecommitdiff
path: root/tests/test_overrides_glib.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove usage of some deprecated unittest methodsChristoph Reiter2020-11-071-16/+16
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-5/+2
* variant: fix __bool__ for maybe typesChristoph Reiter2018-11-211-3/+5
* Variant.keys: correctly raise TypeError for non-dict typesChristoph Reiter2018-11-211-0/+3
* glib overrides: improve test coverageChristoph Reiter2018-11-201-0/+133
* int converters: unify overflow error handlingChristoph Reiter2018-04-141-1/+1
* Move all py2/3 compat code into gi._compatChristoph Reiter2018-04-071-3/+3
* overflow tests: fix error message match in case the value is larger than longChristoph Reiter2018-04-041-1/+2
* pygi_error_marshal_from_py: use new convertersChristoph Reiter2018-04-041-3/+8
* GLib.Variant: Fix creation of guchar array from bytes. Fixes #174Christoph Reiter2018-03-101-0/+16
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-1/+3
* gitlab-ci: Install pep8 package, "make check.quality" requires itChristoph Reiter2018-01-201-1/+0
* GVariant add support to maybe typesAlberto Ruiz2018-01-191-8/+41
* gerror: Add support for marshaling GError from Python to CSimon Feltman2016-03-011-0/+30
* Add GLib.MINFLOAT etc. and mark GObject.G_MINFLOAT etc. deprecated.Christoph Reiter2015-03-031-0/+7
* Fix reference counting problems with GLib.Variant.new_tuple()Simon Feltman2014-08-211-0/+7
* GLib overrides: Support unpacking 'maybe' variantsPaolo Borelli2013-02-011-0/+8
* Fix repr() of GLib.VariantMartin Pitt2013-01-231-1/+14
* GVariant overrides: Support empty tuple arraysMartin Pitt2012-09-271-0/+31
* TestGVariant: Split creation test case into several smaller onesMartin Pitt2012-09-271-14/+6
* Split test_overrides.pyMartin Pitt2012-09-031-0/+445