summaryrefslogtreecommitdiff
path: root/test/unittest_decorators.py
Commit message (Expand)AuthorAgeFilesLines
* Properly fix @monkeypatch by changing its contract. Actually closes #104047logilab-common-version-0.59.0Sylvain Th?nault2013-01-211-15/+17
* py3k cached wipSylvain Th?nault2012-10-231-13/+13
* [py3k @cached] fix compat of dark corners for the @monkeypatch decorator, mak...Sylvain Th?nault2012-10-231-2/+10
* [decorators test] use assertIsInstance as expectedSylvain Th?nault2012-10-231-2/+2
* silent unittest2 warningsSylvain Th?nault2012-08-291-3/+3
* [decorators] provide a @cachedproperty decoratorAdrien Di Mascio2011-10-101-1/+37
* [decorators] monkeypatch should build a method type closes #73920Aurelien Campeas2011-09-061-0/+34
* decorators: test and fix copy_cache, bug introduced in 1411:2f974a847d7eSylvain Th?nault2011-05-031-1/+13
* test and fix clear_cache to work on cached **properties**. remove debug printSylvain Th?nault2011-04-111-0/+13
* decorators: refactored @cached to allow usages such as @cached(cacheattr='_ca...Sylvain Th?nault2011-04-081-1/+37
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
* [decorators] prevent caching of decorator functionsAurelien Campeas2010-11-301-0/+5
* [decorators] cached try to keep the original function nameAurelien Campeas2010-11-261-1/+4
* [unittest2] make standard import under py3.x (skip unittest2 support from here)Julien Jehannet2010-09-221-7/+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-0/+17
* [decorators] fix docstring handling and add a test #23389Aurelien Campeas2010-04-161-1/+15
* [decorators] new monkeypatch decorator (simple class extension)Adrien Di Mascio2009-01-301-0/+31
* removing require_version and require_module. Those decorators have been moved...Fabrice Douchant2008-10-211-74/+0
* deleting test Exceptions from last ticketFabrice Douchant2008-10-171-5/+0
* bugfix when trying to print into consol not supported UTF-8 caracters (seems ...Fabrice Douchant2008-10-171-0/+5
* add @require_module('module') that skip a test if the module can not be importedFabrice Douchant2008-10-131-8/+37
* add @require_version('version') that skip a test if the version is too oldFabrice Douchant2008-10-101-0/+45