summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* GLib overrides: allow calling GObject.Binding.unbind() unconditionally with n...Christoph Reiter2018-08-161-2/+10
* tests: don't leak the file object returned by imp.find_module()Christoph Reiter2018-08-151-2/+6
* tests: run our pytest excepthook plugin first to prevent warningsChristoph Reiter2018-08-151-1/+1
* tests: remove some leftover debug printChristoph Reiter2018-08-151-2/+1
* tests: silence some deprecation warnings due to ValueArray usageChristoph Reiter2018-08-151-7/+10
* Use timeit.default_timer() instead of the deprecated time.clock()Christoph Reiter2018-08-151-9/+9
* tests: extend the meson cext import hack to _gi_cairo. Fixes #242Christoph Reiter2018-08-151-2/+2
* tests: skip a cairo.Path check with older pycairo, it was added with 1.15.1Christoph Reiter2018-08-121-1/+2
* tests: skip a flaky test on pypy3Christoph Reiter2018-08-111-0/+1
* Gtk.Template: Add test for second instance initialisationKai Willadsen2018-07-071-0/+37
* meson: support building pycairo as a subprojectChristoph Reiter2018-06-241-1/+6
* Add override for GdkPixbuf.Pixbuf.new_from_data. Fixes #225pixbuf-new-from-dataChristoph Reiter2018-06-171-0/+49
* meson: increase the test timeoutChristoph Reiter2018-05-131-1/+2
* meson: don't autodetect pycairo support, force it and add an option to disabl...Christoph Reiter2018-05-061-1/+1
* Don't crash on multiple calls to GObject.Value.__del__. See !66Christoph Reiter2018-05-041-0/+6
* valgrind: add some wildcards to function namesChristoph Reiter2018-05-041-1/+1
* gi/pygi-value: Don't wrap GValue in GValue when creating GValueArrayStian Selnes2018-05-042-0/+56
* Add ActionMap and ActionMap.add_action_entries() to overrides. Fixes #29yangfl2018-05-031-0/+34
* meson: dedup PY_SSIZE_T_CLEAN usageChristoph Reiter2018-05-031-1/+1
* meson: use the same compiler flags as with distutilsChristoph Reiter2018-05-031-1/+1
* conftest: add absolute_import and update mesonHavard Graff2018-04-301-0/+2
* Add tests for pyg_gil_state_ensure/pyg_gil_state_releaseChristoph Reiter2018-04-242-0/+14
* Add tests for pyg_constant_strip_prefix()Christoph Reiter2018-04-242-0/+23
* Add tests for GObject.list_propertiesChristoph Reiter2018-04-241-1/+43
* Add pygi_gschar_from_py/pygi_guchar_from_py; add testsChristoph Reiter2018-04-231-0/+40
* pypy: skip various refcounting related tests and add some gc.collect where it...Christoph Reiter2018-04-222-12/+43
* pypy: pass a warning subclass to PyErr_Warn and not an exception, pypy does't...Christoph Reiter2018-04-222-3/+3
* pypy: one more gc.collect()Christoph Reiter2018-04-221-0/+1
* pypy: skip some cases of the liststore slice testChristoph Reiter2018-04-221-0/+5
* OptionParser.parse_args: return leftover arguments. Fixes #200optionparser-remain-argsChristoph Reiter2018-04-211-15/+38
* Make Gtk.Widget.freeze_child_notify a context manager. Fixes #45widget-freeze-childChristoph Reiter2018-04-211-0/+26
* Add overrides for Gio.ListStore.sort and Gio.ListStore.insert_sorted. Fixes #130gio-liststore-sortChristoph Reiter2018-04-211-2/+49
* tests/regressextra.h: export new cairo tests APIMathieu Duponchelle2018-04-201-0/+14
* Add meson build definitionsMathieu Duponchelle2018-04-203-2/+139
* tests: support builddir != srcdirMathieu Duponchelle2018-04-207-6/+28
* valgrind: ignore some fontconfig leaksChristoph Reiter2018-04-191-0/+19
* Destroy custom GLib.Source instances when they get freed. See #193Christoph Reiter2018-04-191-16/+8
* valgrind: make the suppression filter handle more casesChristoph Reiter2018-04-191-28/+0
* Properly raise errors from property getters instead of just printing them. Se...Christoph Reiter2018-04-181-10/+7
* tests: add our own valgrind suppression fileChristoph Reiter2018-04-171-0/+39
* Gio.Settings: support range types in __setitem__. Fixes #134Christoph Reiter2018-04-172-2/+29
* Gio.Settings: implement __iter__Christoph Reiter2018-04-171-0/+5
* Gio.ListModel: implement most of the mutable sequence protocol. See #115Christoph Reiter2018-04-171-0/+260
* Gtk.Template: Allow marking children as "internal-child"gtk-template-child-internalChristoph Reiter2018-04-161-0/+73
* float converter: use Python API for formatting the error message; add testChristoph Reiter2018-04-141-0/+7
* int converters: unify overflow error handlingChristoph Reiter2018-04-143-14/+214
* tests: add a test for accessing the C API through ctypesChristoph Reiter2018-04-131-0/+54
* cairo: do proper type checking when converting from py to cairo. Fixes #197Christoph Reiter2018-04-131-0/+31
* Add a minimal implementation of Gtk.Template. See #52Christoph Reiter2018-04-121-0/+482
* pyg_pyobj_to_unichar_conv: port to new converters and add some testsChristoph Reiter2018-04-122-0/+37