~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_repository.py

Partial refactoring of pack_repo to create a Packer object for packing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1387
1387
        self.assertEqual(20, len(pack.random_name))
1388
1388
        self.assertIsInstance(pack.random_name, str)
1389
1389
        self.assertIsInstance(pack.start_time, float)
 
1390
 
 
1391
 
 
1392
class TestPacker(TestCaseWithTransport):
 
1393
    """Tests for the packs repository Packer class."""