/brz/remove-bazaar

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

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Andrew Bennetts
  • Date: 2007-06-08 06:33:59 UTC
  • mto: (2506.2.2 container-format)
  • mto: This revision was merged to the branch mainline in revision 2572.
  • Revision ID: andrew.bennetts@canonical.com-20070608063359-s5ps81a8i85w7by0
More progress:

 * Rename container.py to pack.py
 * Refactor bytes record reading into a separate class for ease of unit testing.
 * Start handling error conditions such as invalid content lengths in byte
   records.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2278
2278
                   'bzrlib.tests.test_commit_merge',
2279
2279
                   'bzrlib.tests.test_config',
2280
2280
                   'bzrlib.tests.test_conflicts',
2281
 
                   'bzrlib.tests.test_container',
 
2281
                   'bzrlib.tests.test_pack',
2282
2282
                   'bzrlib.tests.test_counted_lock',
2283
2283
                   'bzrlib.tests.test_decorators',
2284
2284
                   'bzrlib.tests.test_delta',