summaryrefslogtreecommitdiff
path: root/tests/test_mainloop.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-2/+0
* setup.py: add option to run under gdbChristoph Reiter2018-03-151-0/+1
* tests: add a pytest hook for handling unhandled exception in closuresChristoph Reiter2018-02-161-20/+8
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-0/+2
* tests: remove python 2.5/3.2 compat codeChristoph Reiter2017-04-021-3/+1
* tests: Reduce usage of timeout_add() and sleep()Christoph Reiter2017-03-271-2/+11
* tests: Remove TestMainLoop.test_concurrencyChristoph Reiter2017-03-271-27/+0
* tests: Make test suite run on WindowsChristoph Reiter2017-03-241-0/+4
* Remove static child_add_watch() bindingMartin Pitt2012-10-281-1/+1
* Add some MainLoop, MainContext, and Source test casesMartin Pitt2012-10-231-0/+16
* test_mainloop code cleanupMartin Pitt2012-10-221-9/+10
* Fix test_mainloop.py for Python 3Martin Pitt2012-04-101-2/+7
* Add test case for multiple GLib.MainLoop instancesMartin Pitt2012-04-031-1/+24
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-221-0/+1
* fix tests to use the new GLib moduleJohn (J5) Palmieri2011-08-111-4/+3
* refactor tests to only use PyGObject 3 syntaxJohn (J5) Palmieri2011-08-111-1/+2
* minor fixes in tests for py3k compatJohn (J5) Palmieri2010-09-171-1/+2
* Clean and improve the test infrastructureSimon van der Linden2010-07-291-7/+4
* Move over glib constants to gobjectJohan Dahlin2008-07-261-3/+3
* reindentJohan Dahlin2006-04-111-2/+2
* And the testJohan Dahlin2005-05-091-0/+53