summaryrefslogtreecommitdiff
path: root/tests/test_everything.py
Commit message (Expand)AuthorAgeFilesLines
...
* test_everything: Add tests for Regress type testsMartin Pitt2012-11-091-0/+183
* Deprecate void pointer fields as general PyObject storage.Simon Feltman2012-10-231-23/+30
* tests: Consistently use GLib.MainLoopMartin Pitt2012-10-191-2/+2
* Skip Regress tests with --disable-cairoMartin Pitt2012-10-151-4/+11
* Fix leak with python callables as closure argument.Simon Feltman2012-10-121-35/+102
* pygi-property: Lookup property in base classes of non-introspected typesOlivier Crête2012-09-241-0/+12
* test_everything: Ensure TestSignals callback does get calledMartin Pitt2012-09-121-0/+3
* argument: Fix 64bit integer convertion from GValueNicolas Dufresne2012-09-121-0/+52
* Fix exception test case for Python 2Martin Pitt2012-09-031-5/+7
* Show proper exception when trying to allocate a disguised structMartin Pitt2012-09-031-0/+13
* Clean up sys.path handling in testsSimon Feltman2012-08-231-1/+0
* Skip instead of fail tests which need Pango, Atk, Gdk, GtkMartin Pitt2012-07-311-1/+8
* foreign: Register cairo.Path and cairo.FontOptions foreign structsBastian Winkler2012-06-051-0/+8
* Fix boxed type equalityJasper St. Pierre2012-06-011-0/+8
* Support marshalling of GVariants for closuresMartin Pitt2012-05-091-4/+12
* Add GObject.TYPE_STRV constantMartin Pitt2012-05-051-1/+1
* Fix building with --disable-cairoMartin Pitt2012-05-031-1/+7
* tests: Fix deprecated assertionsMartin Pitt2012-05-031-2/+2
* Test flags and enums in GHash valuesMartin Pitt2012-04-241-6/+12
* tests: Activate test_hash_in and apply workaroundMartin Pitt2012-04-241-11/+13
* tests: Replace deprecated assertEquals() with assertEqual()Martin Pitt2012-04-221-72/+72
* Fix typo in previous commitMartin Pitt2012-04-191-1/+1
* Handle GType properties correctlyBastian Winkler2012-04-191-0/+15
* Make callback exception propagation test stricterMartin Pitt2012-04-091-8/+8
* Regression test: marshalling GValues in GHashTableAlberto Mardegan2012-03-271-0/+19
* PEP8: Add missing whitespace after : and ,Johan Dahlin2012-03-221-14/+9
* PEP8: Remove whitespace before (Johan Dahlin2012-03-221-2/+2
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-221-9/+21
* PEP8: Remove trailing ;Johan Dahlin2012-03-221-11/+11
* Remove all tabs and fix indentationJohan Dahlin2012-03-221-11/+11
* Correct review comments from MartinJohan Dahlin2012-03-211-2/+2
* Correct pyflakes warnings/errorsJohan Dahlin2012-03-211-2/+4
* Fix test_everything.TestSignals.test_object_param_signal test caseMartin Pitt2012-03-191-2/+2
* Add test for GPtrArray with transfer fullMartin Pitt2012-02-161-1/+9
* Provide access to gpointer struct valuesCédric Krier2012-02-101-0/+21
* Add null_gerror_callback unit testPaolo Borelli2012-02-061-0/+9
* Fix method names of callback testsMartin Pitt2012-01-251-15/+15
* Support GHashTable and GError as callback/closure argumentsAlberto Mardegan2012-01-241-0/+35
* Add tests for calling closuresMartin Pitt2011-10-271-0/+24
* Fix "Returns: (skip)" method calls without (out) argumentsMartin Pitt2011-10-211-0/+8
* unit test for checking ref count of object param in signalsJohn (J5) Palmieri2011-10-141-0/+11
* support skip annotation for return valuesJohn (J5) Palmieri2011-08-301-0/+8
* Test GPtrArray regressionXavier Claessens2011-08-261-0/+3
* add test for object arraysJohn (J5) Palmieri2011-08-131-0/+6
* Support function calling with keyword arguments in invoke.Laszlo Pandy2011-08-131-1/+1
* Fix wrong refcount when calling introspected widget constructorsSteve Frécinaux2011-02-021-1/+8
* In IntrospectionModule and DynamicModule classes, make all instance attribute...Laszlo Pandy2011-01-171-1/+1
* Fix the __dir__() methods on DynamicModule and IntrospectionModuleLaszlo Pandy2011-01-131-0/+18
* add a profiling torture test for when we fix up invokeJohn (J5) Palmieri2010-11-291-0/+67
* [gi] add check for UNICHARJohn (J5) Palmieri2010-11-291-2/+15