summaryrefslogtreecommitdiff
path: root/testlib.py
Commit message (Expand)AuthorAgeFilesLines
* pylint option updatelogilab-common-version-0.52.1Sylvain Th?nault2010-10-121-1/+1
* remove py2.2 compat ; use deprecation warningsEmile Anclin2010-10-061-2/+1
* backport stableSylvain Th?nault2010-09-281-8/+20
|\
| * backport stable into defaultSylvain Th?nault2010-09-241-8/+20
| |\
| | * [py3k] add a is_generator to compat.Sylvain Th?nault2010-09-211-6/+17
| | * '[testlib/py3k]: replace self._exc_info by equivalent sys.exc_infoEmile Anclin2010-09-201-1/+1
| | * [py3k] add callable to compat.pyEmile Anclin2010-09-131-1/+2
* | | set maxDiff to None so we see diffs anywaySylvain Th?nault2010-09-271-1/+1
* | | cleanup: _deprecate doesn't have to be an inner functionSylvain Th?nault2010-09-271-10/+9
* | | (cleaning)Julien Jehannet2010-09-241-6/+2
|/ /
* | [unittest2] make standard import under py3.x (skip unittest2 support from here)Julien Jehannet2010-09-221-75/+70
|/
* fix some pylint detected errorsSylvain Th?nault2010-08-271-7/+7
* Add a InheritableSet to lgc.compatPierre-Yves David2010-08-181-2/+2
* [teslib/refactoring] Use decorator.Pierre-Yves David2010-07-281-2/+3
* testlib: make our legacy assertion methods compatible with unittest2Julien Jehannet2010-08-021-8/+11
* we need default in stable. lgc should be releasedSylvain Th?nault2010-07-281-41/+122
|\
| * backport stable into defaultPierre-Yves David2010-06-231-41/+122
| |\
| | * [testlib/tag] Tagged method now inherit from class Tags too.Pierre-Yves David2010-06-111-17/+24
| | * add some parameter description to the assert methodsEmile Anclin2010-06-081-24/+98
* | | don't raise string exception in testlib (closes #35331)Sylvain Th?nault2010-07-011-21/+15
|/ /
* | tests: fix some configuration tests (python2.4)Julien Jehannet2010-06-181-4/+2
* | [testlib] fix 2.4 compat by adding a dummy wraps functionPierre-Yves David2010-06-171-2/+8
|/
* backport default into stableSylvain Th?nault2010-05-211-3/+7
|\
| * [testlib] add option splitlines to assertTextEqualsNicolas Chauvat2010-04-291-3/+7
* | missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...Sylvain Th?nault2010-04-281-1/+1
|/
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-2/+16
* fix licensing, should be LGPL everywhereSylvain Th?nault2010-04-261-1/+1
* propertly wraps decorated function (preserve name) for temporary directoryPierre-Yves David2010-04-201-2/+7
* fix some docstringsAurelien Campeas2010-04-151-12/+12
* backport stable branchAdrien Di Mascio2010-04-131-2/+19
|\
| * allow multiple arguments for logilab.common.testlib.TestCase.datapath.\n\ndat...Pierre-Yves David2010-03-221-2/+2
| * [testlib] add in_tempdir, within_tempdir decoratorPierre-Yves David2010-03-171-0/+17
* | update license, logilab-common is licensed under LGPLv2Adrien Di Mascio2010-04-131-1/+1
|/
* [testlib] del self.test to improve garbage collection when a lot of tests are...Sylvain Th?nault2010-03-081-1/+4
* [testlib] improve XML assertion with ElementTree parseur and context linesPierre-Yves David2010-02-241-11/+72
* Make it possible to skip a InnetTest-based generative test alone, without ski...David Douard2009-11-021-1/+12
* mergelogilab-common-version-0.45.2Sylvain Th?nault2009-11-231-2/+7
|\
| * Make it possible to tag test classesDavid Douard2009-10-081-2/+7
* | include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-6/+6
|/
* remove deprecated codeSylvain Th?nault2009-08-071-125/+0
* R [deprecation] deprecated_function deprecated in favor of deprecatedNicolas Chauvat2009-07-311-9/+8
* R [all] obsolete was renamed deprecatedNicolas Chauvat2009-07-311-2/+3
* [pytest] fix batchmode exeution, don't capture streamsAdrien Di Mascio2009-07-291-29/+33
* [pytest] -c option now caputres DeprecationWarningsAdrien Di Mascio2009-07-291-6/+7
* [testlib] avoid additional period prints in generative testsAdrien Di Mascio2009-07-291-4/+5
* [testlib] simplify traceback manipulation (skip first frames corresponding to...Adrien Di Mascio2009-07-291-8/+12
* new stiplines option to assertLinesEqualsSylvain Th?nault2009-07-241-2/+8
* turn datapath into a classmethodSylvain Th?nault2009-07-221-2/+3
* already defined in decoratorsSylvain Th?nault2009-07-221-14/+2
* nicer failure messsageSylvain Th?nault2009-07-211-1/+1