/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: Martin Pool
  • Date: 2006-07-12 05:22:48 UTC
  • Revision ID: mbp@sourcefrog.net-20060712052248-789ab09214cf9fef
      Improvements to hashcache testing:
      
       - moves the functions that depend on the OS state into HashCache
       - removes dead 'FixThisError' (??) from test_hashcache
       - adds new FakeHashCache, which gives the test suite control of
         how the files and clock appear to the hashcache
       - new tests using this which check three key behaviours:
         - new files are not inserted in the cache
         - old files are inserted in the cache and can hit
         - if a file is modified within a short time window, we don't get
           an incorrect cached result
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 1773.4.1 19 years ago Martin Pool Add pyflakes makefile target; fix many warnings 4.4 KB Diff Download File
text.py 1773.4.1 19 years ago Martin Pool Add pyflakes makefile target; fix many warnings 3.4 KB Diff Download File