/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 21:23:44 UTC
  • mto: This revision was merged to the branch mainline in revision 6743.
  • Revision ID: jelmer@jelmer.uk-20170730212344-mumrkz1c4jbm9yzc
review comments.

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")