summaryrefslogtreecommitdiff
path: root/decorators.py
Commit message (Expand)AuthorAgeFilesLines
* toward py3kSylvain2009-03-041-12/+3
* [decorators] new monkeypatch decorator (simple class extension)Adrien Di Mascio2009-01-301-0/+24
* restore assertion commeted in last checkinAdrien Di Mascio2009-01-301-1/+1
* [testlib] teardown_module() is now given the TestResult for possible postproc...Adrien Di Mascio2009-01-301-1/+1
* removing require_version and require_module. Those decorators have been moved...Fabrice Douchant2008-10-211-39/+0
* modify @require_version. No more regexp.Fabrice Douchant2008-10-131-5/+5
* add @require_module('module') that skip a test if the module can not be importedFabrice Douchant2008-10-131-0/+15
* add @require_version('version') that skip a test if the version is too oldFabrice Douchant2008-10-101-0/+24
* improve doc for better epydoc generation.Nicolas Chauvat2008-07-131-25/+13
* backport iclassmethod decorator from gingo.goaSylvain2008-06-261-1/+16
* new @locked decoratorSylvain2008-06-231-0/+18
* typoAurelien Campeas2008-03-261-1/+1
* configuration: fix merge_optionsSylvain2008-02-071-4/+7
* inherit from objectSylvain2007-11-281-0/+2
* new classproperty decoratorSylvain2007-10-261-0/+7
* timed decorator for quick functions/methods timingSylvain2007-08-201-0/+10
* * fixed cached decorator to use __dict__ instead of attribute lookup,Sylvain2007-02-111-11/+11
* oopsSylvain2006-11-091-1/+1
* reorganize, deprecation warning for deprecated stuff, remove old deprecated f...Sylvain2006-11-081-0/+102