summaryrefslogtreecommitdiff
path: root/tests/test_glib.py
Commit message (Expand)AuthorAgeFilesLines
* tests: silence a deprecation warning with newer glibChristoph Reiter2021-09-191-2/+4
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-9/+1
* tests: don't use strict mode for xfail with the excepthook pluginChristoph Reiter2020-03-141-1/+1
* Move all py2/3 compat code into gi._compatChristoph Reiter2018-04-071-2/+1
* tests: fix glib tests with newest glibChristoph Reiter2018-03-171-1/+20
* tests: add a pytest hook for handling unhandled exception in closuresChristoph Reiter2018-02-161-0/+13
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-0/+2
* tests: skip some more tests on macOSChristoph Reiter2018-02-061-0/+1
* tests: remove python 2.5/3.2 compat codeChristoph Reiter2017-04-021-7/+5
* tests: Reduce usage of timeout_add() and sleep()Christoph Reiter2017-03-271-12/+25
* tests: Make test suite run on WindowsChristoph Reiter2017-03-241-4/+11
* tests: Make test suite run on macOSChristoph Reiter2017-03-241-0/+2
* Fix test regression when xdg-user-dirs is not installed.Christoph Reiter2015-07-021-1/+1
* tests: Don't use deprecated override attributesChristoph Reiter2015-03-031-12/+21
* Allows passing arguments to opaque Boxed typesGarrett Regier2015-01-241-3/+3
* overrides: Remove GLib.Source.attachSimon Feltman2014-01-061-0/+7
* Cleanup disguised struct constructor error and add it to boxedSimon Feltman2014-01-011-0/+4
* Add support for variable user data argumentsSimon Feltman2013-10-141-0/+21
* tests: Fix incorrect assumption when testing pyglib versionSimon Feltman2013-03-201-2/+2
* Robustify test_glib.TestGLib.test_io_add_watch_pyfileMartin Pitt2012-11-301-1/+4
* test_glib: Drop some assumptions about XDG dirsMartin Pitt2012-11-291-3/+5
* [API change] Remove static filename_from_utf8() bindingMartin Pitt2012-11-031-0/+8
* Drop static glib_version and pyglib_version constantsMartin Pitt2012-11-031-0/+12
* Allow calling io_add_watch with a file objectMartin Pitt2012-10-291-0/+26
* Remove static get_current_time() bindingMartin Pitt2012-10-281-1/+5
* Use a custom deprecation warning to make them visible by defaultMartin Pitt2012-10-261-2/+3
* Remove static io_add_watch() bindingMartin Pitt2012-10-261-2/+13
* Add tests for GLib.io_add_watch()Martin Pitt2012-10-261-0/+36
* Remove static MainLoop, MainContext, and some GSource bindingsMartin Pitt2012-10-241-3/+19
* Add some MainLoop, MainContext, and Source test casesMartin Pitt2012-10-231-0/+21
* Add test for GLib.get_current_time()Martin Pitt2012-10-231-0/+5
* Drop unnecessary static _glib bindingsMartin Pitt2012-10-231-0/+46
* Fix crash in GLib.find_program_in_path()Martin Pitt2012-06-201-0/+15