summaryrefslogtreecommitdiff
path: root/test/unittest_cache.py
Commit message (Expand)AuthorAgeFilesLines
* testlib: fix for python 3.3Julien Cristau2013-07-221-6/+6
* silent unittest2 warningsSylvain Th?nault2012-08-291-5/+5
* [packaging] prepare 0.55.1logilab-common-version-0.55.1Nicolas Chauvat2011-03-281-1/+1
* 2to3: fix a lot of white space after commaEmile Anclin2010-11-151-2/+2
* [unittest2] make standard import under py3.x (skip unittest2 support from here)Julien Jehannet2010-09-221-13/+13
* 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
* test fixeslogilab-common-version-0.44.0Sylvain Th?nault2009-08-071-1/+0
* [cleanup] delete-trailing-whitespacesAdrien Di Mascio2009-07-271-1/+1
* replace all has_key call with "element in dict" statement (3.x compat)pierre-yves david2008-10-191-1/+1
* debug Cache on __getattr__ : raise KeyError before modifying underlying listFabrice Douchant2008-10-161-1/+12
* reimplement Cache. Noew inheriting from dict (#3841)Fabrice Douchant2008-10-161-21/+19
* fix thread safety + del behaviourSylvain2008-06-231-2/+2
* small test refactoringAlexandre Fayolle2008-05-011-16/+21
* Fix tests : we were comparing that None == None :-)Alexandre Fayolle2008-05-011-8/+16
* use testlib everywhereAdrien Di Mascio2006-07-061-15/+4
* forget the past.root2006-04-261-0/+102