~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Martin Pool
  • Date: 2009-08-04 02:07:24 UTC
  • mto: This revision was merged to the branch mainline in revision 4584.
  • Revision ID: mbp@sourcefrog.net-20090804020724-hgjox88akdb32org
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
732
732
    Redirect stdin.
733
733
    Allows get_password to be tested without real tty attached.
734
734
    """
 
735
    # TODO: Capture progress events at the model level and allow them to be
 
736
    # observed by tests that care.
735
737
 
736
738
    def __init__(self, stdout=None, stderr=None, stdin=None):
737
739
        if stdin is not None: