summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Make the option callback failure selftest work with both Python 2 and 3HEADpy3kDavid Malcolm2010-04-161-4/+5
| | | | | StandardError went away in Python 3; use Exception instead, as it ought to work with both Python 2 and Python 3
* Fix various selftests when building against python 3.1David Malcolm2010-04-162-32/+38
|
* Test fixes for bytesJohn Ehresman2010-04-163-9/+12
|
* A working _bytes for python 3kJohn Ehresman2010-04-161-3/+4
|
* Common _bytes & _unicode namesJohn Ehresman2010-04-161-0/+10
|
* Changes for tests to run in python 3John Ehresman2010-04-157-28/+54
|
* Changes to module init, and to compile under python3. Doesn't work thoughJohn Ehresman2010-04-152-16/+14
|
* Remove remaining PyInt & PyString callsJohn Ehresman2010-04-151-1/+1
|
* Make pyglib-python-compat.h a public header and include in pygobject.h Also ↵John Ehresman2010-04-151-0/+1
| | | | #define PyVarObject_HEAD_INIT if not defined (in < python 2.6)
* Bug 613341 - pygobject tests seem to require pygtk causing a circularGian Mario Tagliaretti2010-04-054-718/+0
| | | | | | dependencies problem move tests that require pygtk to pygtk itself
* Wrap gio.Cancellable.make_pollfd() and add a testGian Mario Tagliaretti2010-01-031-0/+15
|
* Wrap gio.File.create_readwrite_async() and add a testGian Mario Tagliaretti2010-01-011-0/+24
|
* Wrap gio.SocketListener.accept_socket_async|finish() and add a testGian Mario Tagliaretti2010-01-011-0/+24
|
* Wrap gio.SocketListener.accept_finish() and add a testGian Mario Tagliaretti2010-01-011-0/+24
|
* Wrap gio.SocketListener.accept_socket() and add a testGian Mario Tagliaretti2010-01-011-0/+13
|
* Wrap gio.SocketListener.accept() and add a testGian Mario Tagliaretti2009-12-311-0/+13
|
* Wrap gio.SocketListener.add_address() and add a testGian Mario Tagliaretti2009-12-311-0/+9
|
* Wrap gio.SocketAddressEnumerator.next_async() and add a testGian Mario Tagliaretti2009-12-301-0/+16
|
* Wrap gio.Socket.condition_wait() and add a testGian Mario Tagliaretti2009-12-301-1/+5
|
* Wrap gio.Socket.condition_check() and add a testGian Mario Tagliaretti2009-12-301-0/+21
|
* Wrap gio.Resolver.lookup_service_finish() and add a testGian Mario Tagliaretti2009-12-301-0/+13
|
* Wrap gio.Resolver.lookup_service() and add a testGian Mario Tagliaretti2009-12-301-0/+5
|
* Wrap gio.Resolver.lookup_by_address_async() and add a testGian Mario Tagliaretti2009-12-291-0/+14
|
* Wrap gio.Resolver.lookup_by_name_finish() and add a testGian Mario Tagliaretti2009-12-291-2/+14
|
* Wrap gio.Resolver.lookup_by_name() and add a couple of testsGian Mario Tagliaretti2009-12-291-0/+21
|
* 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.EmblemedIcon.get_emblems() and add a testGian Mario Tagliaretti2009-12-281-0/+7
|
* Remove the girepository moduleSimon van der Linden2009-11-231-386/+0
|
* Fix wrong minimum checking in float propertiesPaul Pogonyshev2009-11-221-0/+6
| | | | Bug #587637. Test the fix.
* Wrap gio.BufferedInputStream.fill_asyncGian Mario Tagliaretti2009-06-091-0/+25
| | | | Wrap the method gio.BufferedInputStream.fill_async and add a test
* Wrap gio.memory_input_stream_new_from_dataGian Mario Tagliaretti2009-06-091-0/+4
| | | | | Add the wrapper for gio.memory_input_stream_new_from_data including docs and a test.
* Removes the header but the modeline in test_girepository.py.Simon van der Linden2009-06-081-25/+1
|
* Disables the tests that fail in tests/test_girepository.py.Simon van der Linden2009-06-081-60/+182
|
* Imports test_girepository.py from former PyBank's everything_unittest.py.Simon van der Linden2009-06-081-0/+288
|
* Wrap gio.FileOutputStream.query_info_asyncGian Mario Tagliaretti2009-06-021-0/+27
| | | | | Add the wrapper for gio.FileOutputStream.query_info_async including docs and a test.
* Wrap gio.FileInputStream.query_asyncGian Mario Tagliaretti2009-06-011-0/+27
| | | | | Add the wrapper for gio.FileInputStream.query_async including docs and a test.
* Wrap gio.DataInputStream.read_line_async and read_until_asyncPaul Pogonyshev2009-05-311-5/+46
| | | | | | | Wrap the functions and their corresponding *_finish() functions. Create 'gdatainputstream.override' for these and move two existing functions there. Add unit tests. Re-enable synchronous read_line unit test and adjust it for new official GIO behavior. Bug #584285.
* Code maintenance: ignore one more file created by unit testsPaul Pogonyshev2009-05-271-0/+1
|
* Wrap gio.OutputStream.splice_async()Gian Mario Tagliaretti2009-05-241-0/+20
| | | | wrap gio.OutputStream.splice_async() and add a test.
* Wrap gio.OutputStream.flush_async()Gian Mario Tagliaretti2009-05-241-0/+11
| | | | wrap gio.OutputStream.flush_async() and add a test.
* Wrap gio.InputStream.skip_async()Gian Mario Tagliaretti2009-05-051-0/+20
| | | | wrap gio.InputStream.skip_async() and add a test.
* Fix occasional build failures after the 'ltihooks.py' removalPaul Pogonyshev2009-04-291-1/+1
| | | | | Simply amend all related symbolic link creation so that any errors are ignored.
* Swap first two arguments of gio.File.query_info_async()Paul Pogonyshev2009-04-281-1/+1
| | | | | | | Swap the arguments for consistency with other methods. Update documentation accordingly. Take care to keep the old code (i.e. with non-swapped calling arguments) working, but don't mention that anywhere. (Bug #580490.)
* Code maintenance: ignore unit test result filePaul Pogonyshev2009-04-281-0/+1
|
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-04-182-5/+7
| | | | | | | Remove the script and all related imports. All relevant Makefile's now create symbolic links for '.so' files from '.libs' to the level up, so that C helper modules are still importable in built, but not installed source tree.
* Wrap new GFile method.Gian Mario Tagliaretti2009-04-051-0/+16
| | | | | | | | | | | | 2009-04-05 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gfile.override: (_wrap_g_file_set_display_name_async) Wrap new GFile method. * tests/test_gio.py: Test the above methods. svn path=/trunk/; revision=1056
* Bug 577999 – converting a negative long Python value to a GUINT64 GValue ↵Gustavo J. A. M. Carneiro2009-04-051-0/+3
| | | | | | doesn't error out as it should svn path=/trunk/; revision=1054
* Wrap new GFile methods.Gian Mario Tagliaretti2009-04-041-0/+18
| | | | | | | | | | | | | 2009-04-04 Gian Mario Tagliaretti <gianmt@gnome.org> * gio/gfile.override: (_wrap_g_file_set_attributes_async) (_wrap_g_file_set_attributes_finish) Wrap new GFile methods. * tests/test_gio.py: Test the above methods. svn path=/trunk/; revision=1053