summaryrefslogtreecommitdiff
path: root/tests/test_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-2/+0
* glib overrides: improve test coverageChristoph Reiter2018-11-201-0/+25
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-0/+2
* tests: Make test suite run on WindowsChristoph Reiter2017-03-241-0/+1
* tests: Don't use deprecated override attributesChristoph Reiter2015-03-031-2/+5
* tests: Add test for GLib.spawn_async_with_pipes()Simon Feltman2014-08-221-0/+17
* Add support for variable user data argumentsSimon Feltman2013-10-141-4/+4
* Refactor GLib.child_watch_add to make it more testableSimon Feltman2013-10-071-49/+39
* Use PyLong_Type.tp_new for GLib.PidBenjamin Berg2013-08-051-0/+1
* Add more tests for GLib.spawn_async()Martin Pitt2012-10-281-0/+29
* Remove static child_add_watch() bindingMartin Pitt2012-10-281-5/+79
* test_subprocess: Cover more child_watch_add() casesMartin Pitt2012-10-281-5/+19
* Drop static SPAWN_* constantsMartin Pitt2012-10-241-1/+5
* tests: consitent naming styleMartin Pitt2012-10-241-1/+1
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-221-0/+1
* fix tests to use the new GLib moduleJohn (J5) Palmieri2011-08-111-7/+5
* refactor tests to only use PyGObject 3 syntaxJohn (J5) Palmieri2011-08-111-1/+2
* Clean and improve the test infrastructureSimon van der Linden2010-07-291-4/+1
* Run pyflakes on the testsuite, remove unused imports and reorganizeJohan Dahlin2008-07-261-3/+3
* Move over glib constants to gobjectJohan Dahlin2008-07-261-5/+5
* gobject.Pid.closeGustavo J. A. M. Carneiro2006-05-011-0/+1
* gobject.child_add_watch and gobject.spawn_asyncGustavo J. A. M. Carneiro2005-01-091-0/+26