summaryrefslogtreecommitdiff
path: root/tests/cache.py
AgeCommit message (Collapse)AuthorFilesLines
2009-01-09Cleanup: Remove whitespace at the end of line in all python codes.Julian Andres Klode1-2/+2
2005-05-27* tests/depcache.py added that tests various bits of the depcacheMichael Vogt1-2/+1
2005-05-04* more tests addedMichael Vogt1-0/+50
* tests/cache.py: - test that iterates over all the cache and dependencies * tests/pkgrecords.py - test that iterates over all the pkgrecords * python/cache.cc - added a comment * python/pkgrecords.cc - return "True" from pkgRecord.Lookup() (to make it consistent with the PkgSrcRecords object)