summaryrefslogtreecommitdiff
path: root/testlib.py
Commit message (Expand)AuthorAgeFilesLines
* assertListEquals return all errors at onceSylvain2006-07-111-3/+6
* use testlib everywhereAdrien Di Mascio2006-07-061-1/+2
* cleaningAdrien Di Mascio2006-07-041-5/+1
* fixed bug in error (not failure) handling and exitfirst + added testsAdrien Di Mascio2006-07-041-11/+21
* compatibility layer for python2.5's unittest module changesadim2006-06-191-1/+10
* use 'pattern in testname' rather than 'testname.startswith(pattern'common-version-0_16_1Adrien Di Mascio2006-06-081-9/+1
* added a more flexible test loader in testlibAdrien Di Mascio2006-05-241-0/+103
* attempt to support keyword args and var args in generative testsAdrien Di Mascio2006-05-211-6/+41
* improved a bit generative test support and added tests for thatAdrien Di Mascio2006-05-181-19/+33
* added support for generative testsAdrien Di Mascio2006-05-171-3/+68
* fixed port parameter handling for pgdb and PgSQLAdrien Di Mascio2006-05-171-2/+2
* simple function to create an arbitrary mock objectAdrien Di Mascio2006-05-151-0/+10
* - testlib: make a copy of initial list in assertEqualsAdrien Di Mascio2006-05-101-6/+6
* added -x / --exitfirst option in testlibAdrien Di Mascio2006-05-091-24/+44
* forget the past.root2006-04-261-0/+608