aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/ownership_argument_invalidation_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-3/+3
| | | | Reviewed by Lauro Neto <lauro.neto@openbossa.org>
* Added tests for the validity of Python wrappers used as method arguments.Marcelo Lira2009-11-261-0/+57
Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>