/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/ui_testing.py

  • Committer: Jelmer Vernooij
  • Date: 2018-04-02 00:52:27 UTC
  • mfrom: (6939 work)
  • mto: This revision was merged to the branch mainline in revision 7274.
  • Revision ID: jelmer@jelmer.uk-20180402005227-pecflp1mvdjrjqd6
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
            stderr = StringIOWithEncoding()
63
63
        super(TextUIFactory, self).__init__(stdin, stdout, stderr)
64
64
 
 
65
    def _setup_streams(self):
 
66
        self.raw_stdin = self.stdin
 
67
        self.raw_stdout = self.stdout
 
68
        self.raw_stderr = self.stderr
 
69
 
65
70
 
66
71
class TestUIFactory(TextUIFactory):
67
72
    """A UI Factory for testing.