summaryrefslogtreecommitdiff
path: root/tests/test_iochannel.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-3/+0
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-4/+2
* tests: remove python 2.5/3.2 compat codeChristoph Reiter2017-04-021-12/+9
* tests: Reduce usage of timeout_add() and sleep()Christoph Reiter2017-03-271-23/+63
* tests: Make test suite run on WindowsChristoph Reiter2017-03-241-1/+16
* Fix new PEP8 errorsChristoph Reiter2017-01-091-0/+1
* tests: Silence various error messages and warnings.Christoph Reiter2015-07-021-10/+10
* tests: Don't use deprecated override attributesChristoph Reiter2015-03-031-4/+7
* PEP8 fixesSimon Feltman2014-05-021-1/+1
* tests: Fix unicode vs. str issues in Python 2Martin Pitt2012-11-191-7/+9
* Restore actual GLib API after previous fixMartin Pitt2012-11-031-6/+68
* Fix GLib override incompatibilities with old static APISimon Feltman2012-10-301-3/+34
* Fix IOChannel unittests for python 2.7Simon Feltman2012-10-301-0/+1
* 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-3/+67
* test_iochannel.py: Fix data type of IOFlagsMartin Pitt2012-10-251-1/+1
* Drop static IO_* constantsMartin Pitt2012-10-241-0/+1
* Add tests for GLib.IOChannelMartin Pitt2012-10-241-0/+262