aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/modifiedvirtualmethods_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the argument conversion of modified virtual methods.Marcelo Lira2012-03-081-18/+51
| | | | | | | Wrong conversion code was being outputted to virtual method wrapper code when all arguments were removed. Unit tests were added as well.
* 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.
* Removed all undue usage of lambda with assertRaises on unit tests.Marcelo Lira2009-12-011-4/+4
| | | | Reviewed by Lauro Neto <lauro.neto@openbossa.org>
* Added a great deal of tests to virtual method modification cases.Marcelo Lira2009-11-231-0/+210