summaryrefslogtreecommitdiff
path: root/testlib.py
Commit message (Expand)AuthorAgeFilesLines
* nicer assertIsInstance error messageSylvain2007-09-111-1/+1
* cleanupludal2007-08-161-2/+0
* let SystemExit propagateSylvain2007-07-131-1/+1
* added history file for debuggersAdrien Di Mascio2007-05-151-1/+27
* pytest / coverage work in progressAdrien Di Mascio2007-04-201-7/+34
* only store tracebacks in pdbmodeAdrien Di Mascio2007-04-171-6/+13
* added ability to explicitly set the test description. This can be useful for ...Adrien Di Mascio2007-04-161-1/+20
* better output capture for generative testsAdrien Di Mascio2007-04-121-0/+5
* make everyone happyAdrien Di Mascio2007-04-111-1/+1
* explicit check that suite is a function, not a callableAdrien Di Mascio2007-04-111-1/+1
* pytest looks for a suite() functionAdrien Di Mascio2007-04-111-2/+5
* unittest complianceAdrien Di Mascio2007-04-111-14/+18
* pytest can skip testsAdrien Di Mascio2007-04-041-3/+38
* improved output capture in testlibadim2007-03-151-40/+83
* yap23cp (aka. Yest Another Python 2.3 compatiblity problemAdrien Di Mascio2007-03-091-1/+5
* this should be enough to consider test suites in unittest_mainAdrien Di Mascio2007-03-091-4/+17
* just a minor change to be able to do something like :Adrien Di Mascio2007-03-081-1/+5
* does python2.3 mean something to you ?Adrien Di Mascio2007-03-081-18/+41
* testlib.main() is now obsolete, use pytest insteadAdrien Di Mascio2007-03-071-1/+4
* added a batch mode on unittest_mainAdrien Di Mascio2007-03-071-4/+7
* allow explicit doctest skip declarationAdrien Di Mascio2007-03-071-1/+23
* this should never have been commitedAdrien Di Mascio2007-03-071-1/+1
* oopsAdrien Di Mascio2007-03-061-2/+2
* made pytest able to test a single file.adim2007-03-061-11/+14
* fix test collection bug when TestCase has its own metclassAdrien Di Mascio2007-03-061-1/+1
* doubled the -c / --capture optionAdrien Di Mascio2007-02-131-8/+11
* reorganize, deprecation warning for deprecated stuff, remove old deprecated f...Sylvain2006-11-081-1/+1
* pytest --helpSylvain2006-10-191-2/+2
* make pytest browse recursively the current directory to find testsAdrien Di Mascio2006-10-101-4/+9
* new assertIsInstance method on TestCaseSylvain2006-09-251-0/+6
* fixed a bug in find_test making it returns some bad test namesSylvain2006-09-231-2/+2
* 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