aboutsummaryrefslogtreecommitdiffstats
path: root/tests/minimalbinding/obj_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Improved minimal binding test passing a None value where an object type ↵Marcelo Lira2012-03-081-0/+5
| | | | | | | pointer is expected. Reviewed by Lauro Moura <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>
* Expanded the minimal example and tests to better deal with virtual methods.Marcelo Lira2012-03-081-5/+44
|
* Added a new test binding called 'minimal'.Marcelo Lira2012-03-081-0/+65
The purpose is to have the smallest possible binding to help when doing complex changes that require a good deal of debugging and tracking, and the many operations performed in too many wrapped classes will clutter any output used for those purposes. In other words: don't add anything here except with a good reason for it, prefer to use 'sample' or 'other' binding for that. Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>