aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/keep_reference_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Added tests to check the release of ownership of objects returned from Python.Marcelo Lira2012-03-081-5/+5
| | | | | | | | | | | The ObjectModel test class was introduced to check if the transference of ownership of objects returned from Python to C++ through a virtual method is working properly. Also updated the other test that uses the ObjectView class. Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* chmod -x on all tests.Hugo Parente Lima2010-06-161-0/+0
| | | | We can't run they standalone anyway, because they need some env vars to be exported like PYTHONPATH.
* Adds tests for reference counting in model/view style relationships.Marcelo Lira2010-02-101-0/+76