aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/ownership_invalidate_after_use_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.
* Removed all undue usage of lambda with assertRaises on unit tests.Marcelo Lira2009-12-011-1/+1
| | | | Reviewed by Lauro Neto <lauro.neto@openbossa.org>
* Python arguments are now checked for Python wrapper validity.Marcelo Lira2009-11-261-0/+66
If the expected argument type has implicit conversions the type of the Python object is also checked. The invalidate-after-use test was moved from the ObjectType test to its own test file. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>