aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/time_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Created unit test for add function rich-compare function.Renato Filho2012-03-081-0/+11
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* 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.
* Adds a test for function call that triggers an implicit conversion.Marcelo Lira2010-06-151-0/+6
|
* added a new test called Time with a set of constructor and methodMarcelo Lira2009-11-061-0/+117
signatures to test the overload decisor on more situations; also a clarifying comment was added to the Point class