aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/multiple_derived_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 unit test for Python class inheriting from a C++ class with multiple ↵Marcelo Lira2009-12-051-0/+41
| | | | inheritance.
* Added new cases to multiple inheritance tests.Marcelo Lira2009-11-181-12/+85
|
* improved multiple inheritance tests with a myriad of new casesMarcelo Lira2009-11-181-32/+50
|
* improved the multiple inheritance test with two new methods that castMarcelo Lira2009-11-041-14/+39
| | | | | | | their instance of MDerived to MBase1 and MBase2; also did some refactors and commented the unit test Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* splited multiple derived cast test into two: one testing a converisionMarcelo Lira2009-11-031-4/+5
| | | | to the first base class, and the other to the second base class
* expanded the unit tests for multiple inheritanceMarcelo Lira2009-09-181-3/+8
|
* Create multiple heritance tests.Renato Araujo Oliveira Filho2009-09-101-0/+53