summaryrefslogtreecommitdiff
path: root/test/unittest_cache.py
Commit message (Expand)AuthorAgeFilesLines
* 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