/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 breezy/tests/test_smart_request.py

  • Committer: Jelmer Vernooij
  • Date: 2017-07-30 23:53:38 UTC
  • mfrom: (6734.1.22 move-errors-more)
  • Revision ID: jelmer@jelmer.uk-20170730235338-25jy0lgifkyx796l
Merge lp:~jelmer/brz/move-errors-more.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
        self.jail_transports_log.append(request.jail_info.transports)
91
91
 
92
92
 
93
 
class ErrorTests(TestCase):
 
93
class TestErrors(TestCase):
94
94
 
95
95
    def test_disabled_method(self):
96
96
        error = request.DisabledMethod("class name")