summaryrefslogtreecommitdiff
path: root/tests/test_object_marshaling.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-2/+0
* pypy: skip various refcounting related tests and add some gc.collect where it...Christoph Reiter2018-04-221-12/+34
* tests: skip more getrefcount tests under PyPyChristoph Reiter2018-04-021-1/+2
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-0/+2
* tests: Move object property reference count tests to test_propertiesSimon Feltman2014-07-281-68/+0
* Fix crash with type checking for GObject argumentsSimon Feltman2014-04-141-0/+35
* Drop test skipping due to too old g-iMartin Pitt2013-03-251-14/+0
* Fix crash when setting property of type object to an incorrect typeSimon Feltman2013-03-071-0/+4
* Remove skipping of object property testsSimon Feltman2013-03-071-5/+2
* Skip some vfunc tests with gi 1.34Christoph Reiter2013-02-111-0/+14
* Fix reference leaks with transient floating objectsSimon Feltman2013-02-081-23/+21
* tests: Fix spelling mistakes in new vfunc object marshalling testsSimon Feltman2013-02-061-6/+6
* Fix ref count leak when creating pygobject wrappers for input argsMike Gorse2013-02-011-6/+70
* Add tests for vfunc object arguments and returnsSimon Feltman2013-01-301-0/+540