summaryrefslogtreecommitdiff
path: root/tests/test_atoms.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-2/+0
* test_atoms: handle missing axes labels. Fixes #300Christoph Reiter2019-01-281-2/+2
* tests: Make tests run with GTK4Christoph Reiter2018-11-041-0/+1
* tests: don't test for specific device labelsChristoph Reiter2018-08-191-1/+0
* tests: skip one more GdkAtom test on WindowsChristoph Reiter2018-02-201-0/+2
* tests: Fix tests under Wayland. Fixes #163Christoph Reiter2018-02-121-5/+12
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-1/+3
* tests: Make test suite run with GTK+ 4Christoph Reiter2017-04-021-0/+1
* tests: always call require_version; add TEST_GTK_VERSION env varChristoph Reiter2017-04-021-4/+3
* tests: silence some glib deprecation warningsChristoph Reiter2017-04-011-2/+5
* tests: Make test suite run on WindowsChristoph Reiter2017-03-241-1/+3
* tests: Make test suite run on macOSChristoph Reiter2017-03-241-0/+3
* Emit ImportWarning when gi.require_version() is not usedChristoph Reiter2015-01-241-2/+4
* overrides: Fix __repr__ for various Gdk structsSimon Feltman2014-01-071-2/+5
* test_atoms.py: Add test for out arrayMartin Pitt2012-11-141-0/+19
* Fix Gdk.Atom to have a proper str() and repr()Martin Pitt2012-11-131-0/+12
* Skip instead of fail tests which need Pango, Atk, Gdk, GtkMartin Pitt2012-07-311-1/+6
* Add special case for Gdk.Atom array entries from PythonMartin Pitt2012-04-241-0/+41