aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/overload_test.py
Commit message (Expand)AuthorAgeFilesLines
* Overload decisor was improved to consider PySequences on modified function si...Marcelo Lira2012-03-081-8/+60
* Expanded the tests that simulate QPainter::drawText even further.Marcelo Lira2012-03-081-0/+30
* Added unit tests to simulate the QPainter::drawText overloads.Marcelo Lira2012-03-081-1/+36
* Added two more unit tests for the overload decisor.Marcelo Lira2012-03-081-1/+14
* Small refactor on Overload test.Marcelo Lira2012-03-081-21/+10
* chmod -x on all tests.Hugo Parente Lima2010-06-161-0/+0
* 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
* added test cases for C++ operator<< method (Python's __lshift__);Marcelo Lira2009-10-271-5/+5
* added more test cases to check overload decisor behaviorMarcelo Lira2009-10-271-0/+66