summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: remove usage of time.clock(), no longer available in py3.8Christoph Reiter2019-06-161-3/+3
* gimarshallingtestsextra.c/h: relicense to LGPLv2.1+. Fixes #320Christoph Reiter2019-04-192-16/+16
* test_repository: fix deprecation warnings re collections.abc moveChristoph Reiter2018-11-301-20/+23
* gtk: Fix rows getting inserted on the wrong level if parent=None. Fixes #281Christoph Reiter2018-11-301-0/+40
* gtktemplate: only call the custom init hook if the class has it. Fixes #267Christoph Reiter2018-11-261-0/+7
* tests_gio: Don't depend on the order of keys returned by Gio.Settings.list_ke...Christoph Reiter2018-11-101-2/+2
* overrides: Fix length parameter when passing non-ascii strings to Gtk.Builder...Christoph Reiter2018-11-101-0/+24
* tests: don't test for specific device labelsChristoph Reiter2018-08-191-1/+0
* tests: only run the new unbind tests with glib 2.57.3Christoph Reiter2018-08-191-1/+1
* tests: force Adwaita as gtk themeChristoph Reiter2018-08-191-0/+3
* tests: don't assume anything about sys.excepthookChristoph Reiter2018-08-171-4/+2
* 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