summaryrefslogtreecommitdiff
path: root/test/unittest_deprecation.py
Commit message (Collapse)AuthorAgeFilesLines
* Add version handling to the deprecation module (closes #108205).Damien Garaud2013-04-111-0/+61
| | | | | | | | Allow to refine the deprecation message handling. Messages are dropped for versions more recent than the 'compatible' version. Implement the `deprecated` decorator and `class_deprecated` metaclass in terms of this new manager.
* [test, deprecation] update tests so we actually test somethingSylvain Th?nault2012-11-301-4/+18
|
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
|
* fix testSylvain Th?nault2010-09-241-5/+0
|
* fix ImportError when test is not a module as expected by the testcaseJulien Jehannet2010-06-041-4/+1
|
* missing replacement in disclaimer; include COPYING.LESSER in manifest; kill ↵Sylvain Th?nault2010-04-281-1/+1
| | | | DEPENDS file
* propre licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Th?nault2010-04-281-0/+17
|
* R [deprecation] deprecated_function deprecated in favor of deprecatedNicolas Chauvat2009-07-311-6/+10
|
* R [deprecation] renaming and simplifying (impacts deprecated, obsolete)Nicolas Chauvat2009-07-311-0/+55