summaryrefslogtreecommitdiff
path: root/tests/test_gio.py
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove usage of some deprecated unittest methodsChristoph Reiter2020-11-071-2/+2
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-2/+0
* tests_gio: Don't depend on the order of keys returned by Gio.Settings.list_ke...Christoph Reiter2018-11-041-2/+2
* Gio.Settings: support range types in __setitem__. Fixes #134Christoph Reiter2018-04-171-2/+25
* Gio.Settings: implement __iter__Christoph Reiter2018-04-171-0/+5
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-1/+3
* overrides: warn on instantiation of Gio.VolumeMonitorChristoph Reiter2017-03-281-0/+11
* tests: Make test suite run on WindowsChristoph Reiter2017-03-241-0/+3
* tests: Silence various error messages and warnings.Christoph Reiter2015-07-021-0/+3
* tests: Add test for Gio.Application.add_main_option()Simon Feltman2014-09-121-0/+29
* tests: Add tests for GApplication local command line handlingSimon Feltman2014-08-071-0/+65
* tests: Remove usage of deprecated "schema" property in GSettings creationSimon Feltman2014-07-251-3/+3
* tests: Don't use deprecated positional argument for Gio.Settings schemaSimon Feltman2014-05-261-3/+3
* Fix marshalling of C arrays with explicit length in signal argumentsMartin Pitt2013-02-271-0/+18
* test_gio: Fix for Python 2Martin Pitt2013-01-141-1/+1
* Add tests for GFileSimonas Kazlauskas2013-01-101-0/+64
* Rename test_overrides_gio.py to test_gio.pyMartin Pitt2013-01-101-0/+121
* Remove gio static bindingsTomeu Vizoso2011-01-191-1138/+0
* Clean and improve the test infrastructureSimon van der Linden2010-07-291-1/+2
* Wrap gio.File.create_readwrite_async() and add a testGian Mario Tagliaretti2010-01-011-0/+24
* Wrap gio.FileIOStream.query_info_async() and add a testGian Mario Tagliaretti2009-12-291-0/+18
* Wrap GIOStream.close_async() and add a testGian Mario Tagliaretti2009-12-281-0/+21
* Wrap gio.FileInfo.set_modification_time and add a testGian Mario Tagliaretti2009-12-281-1/+6
* Wrap gio.BufferedInputStream.fill_asyncGian Mario Tagliaretti2009-06-091-0/+25
* Wrap gio.memory_input_stream_new_from_dataGian Mario Tagliaretti2009-06-091-0/+4
* Wrap gio.FileOutputStream.query_info_asyncGian Mario Tagliaretti2009-06-021-0/+27
* Wrap gio.FileInputStream.query_asyncGian Mario Tagliaretti2009-06-011-0/+27
* Wrap gio.DataInputStream.read_line_async and read_until_asyncPaul Pogonyshev2009-05-311-5/+46
* Wrap gio.OutputStream.splice_async()Gian Mario Tagliaretti2009-05-241-0/+20
* Wrap gio.OutputStream.flush_async()Gian Mario Tagliaretti2009-05-241-0/+11
* Wrap gio.InputStream.skip_async()Gian Mario Tagliaretti2009-05-051-0/+20
* Swap first two arguments of gio.File.query_info_async()Paul Pogonyshev2009-04-281-1/+1
* Wrap new GFile method.Gian Mario Tagliaretti2009-04-051-0/+16
* Wrap new GFile methods.Gian Mario Tagliaretti2009-04-041-0/+18
* add a couple of convinence functions to convert from/to a python list andGian Mario Tagliaretti2009-03-281-1/+17
* gio/gfileenumerator.override (_wrap_g_file_enumerator_close_async) wrapGian Mario Tagliaretti2009-03-221-0/+15
* Bug 566706 – cleanup GIO overridesPaul Pogonyshev2009-01-141-2/+7
* Define methods.Mads Chr. Olesen2009-01-041-0/+25
* Rename from read(), document. (gio.InputStream.read): Rename fromPaul Pogonyshev2008-08-271-0/+57
* Bug 547484 – wrap gio.DataInputStream.read_line and ...read_untilPaul Pogonyshev2008-08-121-0/+21
* Bug 547354 – wrap a few memory stream methodsPaul Pogonyshev2008-08-111-0/+26
* Bug 547104 – improve type wrapper creationPaul Pogonyshev2008-08-111-0/+8
* Bug 546120 – make gio.File more PythonicPaul Pogonyshev2008-08-101-1/+10
* Bug 547067 – add File.replace_contents, replace_contents_async,Jonathan Matthew2008-08-101-0/+41
* Bug 546591 – File.copy progress_callback does not workPaul Pogonyshev2008-08-091-0/+22
* Bug 546135 – GIcon and implementations improvementsPaul Pogonyshev2008-08-091-13/+0
* Wrap GFile.replace_async and query_info_async with docs and test.Gian Mario Tagliaretti2008-08-031-0/+57
* Wrap GFile.create_async with docs and testGian Mario Tagliaretti2008-08-021-0/+39
* Wrap GFile.append_to_async with docs and testGian Mario Tagliaretti2008-08-021-0/+39
* Wrap GFile.query_writable_namespaces with docs and testGian Mario Tagliaretti2008-08-011-0/+6