~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_pull.py

(jelmer) Check number of connections opened during various blackbox tests.
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
421
421
        # become necessary for this use case. Please do not adjust this number
422
422
        # upwards without agreement from bzr's network support maintainers.
423
423
        self.assertLength(19, self.hpss_calls)
 
424
        self.assertLength(1, self.hpss_connections)
424
425
        remote = Branch.open('stacked')
425
426
        self.assertEndsWith(remote.get_stacked_on_url(), '/parent')
426
427