aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/overload_test.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Added more tests for bugs found in overload resolution.Hugo Lima2010-02-191-0/+9
|
* Added test case for method overloads with different return types.Marcelo Lira2009-11-201-0/+10
| | | | Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* added test cases for C++ operator<< method (Python's __lshift__);Marcelo Lira2009-10-271-5/+5
| | | | also fixed some grammar on overload_test.py
* added more test cases to check overload decisor behaviorMarcelo Lira2009-10-271-0/+66