index
:
delta/python-packages/logilab-common.git
1.6
1.7
master
py3k
stable
hg.logilab.org: review/logilab/common
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
unittest_decorators.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only read/write func.__name__ and class.__self__
RĂ©mi Cardona
2014-07-17
1
-3
/
+0
*
Properly fix @monkeypatch by changing its contract. Actually closes #104047
logilab-common-version-0.59.0
Sylvain Th?nault
2013-01-21
1
-15
/
+17
*
py3k cached wip
Sylvain Th?nault
2012-10-23
1
-13
/
+13
*
[py3k @cached] fix compat of dark corners for the @monkeypatch decorator, mak...
Sylvain Th?nault
2012-10-23
1
-2
/
+10
*
[decorators test] use assertIsInstance as expected
Sylvain Th?nault
2012-10-23
1
-2
/
+2
*
silent unittest2 warnings
Sylvain Th?nault
2012-08-29
1
-3
/
+3
*
[decorators] provide a @cachedproperty decorator
Adrien Di Mascio
2011-10-10
1
-1
/
+37
*
[decorators] monkeypatch should build a method type closes #73920
Aurelien Campeas
2011-09-06
1
-0
/
+34
*
decorators: test and fix copy_cache, bug introduced in 1411:2f974a847d7e
Sylvain Th?nault
2011-05-03
1
-1
/
+13
*
test and fix clear_cache to work on cached **properties**. remove debug print
Sylvain Th?nault
2011-04-11
1
-0
/
+13
*
decorators: refactored @cached to allow usages such as @cached(cacheattr='_ca...
Sylvain Th?nault
2011-04-08
1
-1
/
+37
*
[packaging] prepare 0.55.1
logilab-common-version-0.55.1
Nicolas Chauvat
2011-03-28
1
-1
/
+1
*
[decorators] prevent caching of decorator functions
Aurelien Campeas
2010-11-30
1
-0
/
+5
*
[decorators] cached try to keep the original function name
Aurelien Campeas
2010-11-26
1
-1
/
+4
*
[unittest2] make standard import under py3.x (skip unittest2 support from here)
Julien Jehannet
2010-09-22
1
-7
/
+7
*
missing replacement in disclaimer; include COPYING.LESSER in manifest; kill D...
Sylvain Th?nault
2010-04-28
1
-1
/
+1
*
propre licensing information (LGPL-2.1). Hope I get it right this time.
Sylvain Th?nault
2010-04-28
1
-0
/
+17
*
[decorators] fix docstring handling and add a test #23389
Aurelien Campeas
2010-04-16
1
-1
/
+15
*
[decorators] new monkeypatch decorator (simple class extension)
Adrien Di Mascio
2009-01-30
1
-0
/
+31
*
removing require_version and require_module. Those decorators have been moved...
Fabrice Douchant
2008-10-21
1
-74
/
+0
*
deleting test Exceptions from last ticket
Fabrice Douchant
2008-10-17
1
-5
/
+0
*
bugfix when trying to print into consol not supported UTF-8 caracters (seems ...
Fabrice Douchant
2008-10-17
1
-0
/
+5
*
add @require_module('module') that skip a test if the module can not be imported
Fabrice Douchant
2008-10-13
1
-8
/
+37
*
add @require_version('version') that skip a test if the version is too old
Fabrice Douchant
2008-10-10
1
-0
/
+45