summaryrefslogtreecommitdiff
path: root/testlib.py
Commit message (Expand)AuthorAgeFilesLines
* From Sylvain.Thenault@logilab.fr Tue Sep 5 10:25:33 2006syt2006-09-051-1/+1
* see changelogSylvain2006-08-251-0/+3
* add option to pytest to enable design by contract with aspectsNicolas Chauvat2006-08-131-1/+29
* a couple things made simplerNicolas Chauvat2006-08-131-26/+16
* capture option for runtests() scriptsAdrien Di Mascio2006-08-111-8/+13
* small refactoring. We could probably still refactor TestCase._proceed and Tes...Adrien Di Mascio2006-08-111-42/+16
* added start/stop capture wherever needed. This needs refactoring (maybe use t...Adrien Di Mascio2006-08-111-31/+138
* added capture abilityAdrien Di Mascio2006-08-101-17/+69
* print time spent when using lgc.testlib.main()Adrien Di Mascio2006-08-091-1/+8
* added create_files() helper in testlibAdrien Di Mascio2006-08-091-1/+37
* 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