summaryrefslogtreecommitdiff
path: root/tests/test_overrides_gdk.py
Commit message (Expand)AuthorAgeFilesLines
* Add (in)equality tests for Gdk.{Color,RGBA}Mazhar Hussain2023-03-281-0/+8
* tests: Remove usage of some deprecated unittest methodsChristoph Reiter2020-11-071-2/+2
* Add a test scroll event attr mappingChristoph Reiter2020-04-171-0/+5
* tests: GDK_RELEASE_MASK has been removed from GTK4Jean Felder2020-04-171-8/+10
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-2/+0
* tests: add a test for stripping return values from event methods. Fixes #85Christoph Reiter2019-01-191-0/+10
* tests: handle the cursor type changing to pixmap as happens on macOSChristoph Reiter2018-11-271-1/+3
* tests: gdk overrides: silence a deprecation warningChristoph Reiter2018-11-231-1/+2
* gdk overrides: improve coverage and remove overrides for GDK4Christoph Reiter2018-11-191-13/+80
* tests: Make tests run with GTK4Christoph Reiter2018-11-041-0/+4
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-1/+3
* tests: Make tests run without Gtk/Gdk installedMikhail Fludkov2018-02-081-8/+9
* tests: Make test suite run with GTK+ 4Christoph Reiter2017-04-021-0/+7
* tests: avoid mapping a GtkWindowChristoph Reiter2017-04-011-1/+2
* tests: Make test suite run on WindowsChristoph Reiter2017-03-241-1/+2
* tests: Make test suite run on macOSChristoph Reiter2017-03-241-0/+3
* enum/flags: use gir info for type names and __repr__ instead of the gtype nameChristoph Reiter2015-10-271-3/+3
* Fix Gdk.rectangle_intersect/rectangle_union missing with GTK+ 3.18Christoph Reiter2015-10-111-0/+9
* tests: Silence various error messages and warnings.Christoph Reiter2015-07-021-7/+11
* overrides: Add Gdk.EventTouch union discriminationSimon Feltman2015-01-241-0/+12
* Gdk.Event: Override __setattr__ to set fields based on the event typeChristoph Reiter2014-04-141-3/+10
* Gdk.Event: Include GdkEventType in __repr__Christoph Reiter2014-04-141-0/+4
* overrides: Fix __repr__ for various Gdk structsSimon Feltman2014-01-071-0/+9
* Deprecate Gdk.Cursor constructor dispatchingSimon Feltman2013-11-121-4/+13
* Add some tests for overridden Gdk/Gtk functionsMartin Pitt2013-03-011-0/+7
* Fix signedness, overflow checking, and 32 bit overflow of GFlagsMartin Pitt2013-02-271-0/+15
* Split test_overrides.pyMartin Pitt2012-09-031-0/+119