summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Move object property reference count tests to test_propertiesSimon Feltman2014-07-282-68/+36
* tests: Move test_everything.TestProperties into test_propertiesSimon Feltman2014-07-282-68/+60
* tests: Add tests for get/set_property()Simon Feltman2014-07-281-0/+32
* tests: Break TestPropertiesObject up for re-useSimon Feltman2014-07-281-103/+118
* tests: Move test_gi.TestPropertiesObject into test_propertiesSimon Feltman2014-07-282-233/+235
* pyflakes: Fix legacy print and exception usage under Python 3Simon Feltman2014-07-251-2/+2
* tests: Ignore warnings for GtkAlignmentSimon Feltman2014-07-251-1/+14
* tests: Remove usage of deprecated "schema" property in GSettings creationSimon Feltman2014-07-251-3/+3
* tests: Ignore stock-id usage warningsSimon Feltman2014-07-251-16/+24
* refactor: Move builder connection utilities outside of Builder classSimon Feltman2014-05-271-4/+4
* tests: Move TestSignals from test_everything into test_signalSimon Feltman2014-05-272-123/+131
* Python 3.4 make check fixesSimon Feltman2014-05-262-3/+0
* tests: Don't use deprecated positional argument for Gio.Settings schemaSimon Feltman2014-05-261-3/+3
* overrides: Add Gtk.Container.child_get/set overridesSimon Feltman2014-05-251-0/+16
* overrides: Make value argument to Widget.style_get_property optionalSimon Feltman2014-05-251-0/+29
* overrides: Make value argument to Container.child_get_property optionalSimon Feltman2014-05-251-0/+47
* Add GTypeClass methods as Python GObject class methodsJohan Dahlin2014-05-251-0/+13
* Add marshalling coercion for Python classes and instances to GTypeClassSimon Feltman2014-05-252-0/+68
* tests: Use assertRaises as a context manager for GError testSimon Feltman2014-05-111-8/+6
* Add cairo marshaling support for non-introspected signalsSimon Feltman2014-05-051-0/+65
* [New API] Add gi.require_foreignSimon Feltman2014-05-051-0/+9
* tests: Move cairo tests into test_cairo.pySimon Feltman2014-05-053-42/+69
* Clobber GLib.Error with custom implementationSimon Feltman2014-05-051-12/+12
* Add Python implementation of GErrorSimon Feltman2014-05-041-0/+37
* tests: Move GError tests into test_error.pySimon Feltman2014-05-043-49/+82
* Add gi.CallableInfo.can_throw_gerror()Simon Feltman2014-05-031-0/+16
* Derive PyCallbackInfo from PyCallableInfoSimon Feltman2014-05-031-0/+7
* PEP8 fixesSimon Feltman2014-05-025-24/+18
* Raise TypeError if arguments are passed to Boxed.__init__Christoph Reiter2014-04-141-0/+4
* Gdk.Event: Override __setattr__ to set fields based on the event typeChristoph Reiter2014-04-141-3/+10
* Gdk.Event: Include GdkEventType in __repr__Christoph Reiter2014-04-141-0/+4
* Fix crash with type checking for GObject argumentsSimon Feltman2014-04-141-0/+35
* Ignore GValueArray deprecationsSimon Feltman2014-03-241-0/+3
* Raise ImportError when importing modules not found in repositorySimon Feltman2014-03-241-0/+18
* tests: Rename test_overrides to test_import_machinerySimon Feltman2014-03-242-1/+1
* Quote argument names in initializer deprecation warningSimon Feltman2014-03-151-3/+3
* Update Free Software Foundation addressesSimon Feltman2014-03-151-3/+1
* tests: Move class definition depending on GTK+ within function evaluationSimon Feltman2014-03-031-16/+16
* tests: Conditionalize usage of GTK+ in tests_generictreemodelSimon Feltman2014-03-031-3/+13
* tests: Conditionalize usage of regress typelib in test_propertiesSimon Feltman2014-03-031-10/+17
* tests: Add skip and expectedFailure to test_gi.test_callback_owned_boxSimon Feltman2014-02-021-0/+3
* tests: Add test for an owned boxed struct passed in a callbackMike Gorse2014-01-271-0/+11
* tests: Add skipped test for GLib.Source inheritance problemsSimon Feltman2014-01-161-0/+45
* build: Remove _glib directory include from testhelper CFLAGSSimon Feltman2014-01-141-1/+1
* tests: Run PyFlakes and PEP8 only on SUBDIRSSimon Feltman2014-01-141-6/+0
* Move gobject sub-module Python files into the main gi packageSimon Feltman2014-01-144-4/+6
* Merge gobject static code into the gi moduleSimon Feltman2014-01-141-1/+1
* tests: Fix test_torture_profile to return a number from its callbackSimon Feltman2014-01-141-1/+1
* Add test for callback user data arguments with following argumentsMartin Pitt2014-01-141-0/+48
* valgrind: Add suppression files for python3.3 and python3.3dmSimon Feltman2014-01-134-3/+945