aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/static_nonstatic_methods_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 813 - "Can not override connect method when subclassing QObject"Hugo Parente Lima2012-03-081-0/+25
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@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 test case for overload with static and a non-static versions of a method.Hugo Lima2010-01-191-0/+79
Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>