/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 bzrlib/tests/__init__.py

  • Committer: Andrew Bennetts
  • Date: 2011-05-27 02:22:20 UTC
  • mto: (5927.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 5929.
  • Revision ID: andrew.bennetts@canonical.com-20110527022220-41hqipqzpxunhwt0
Document new 'stderr' param of start_bzr_subprocess.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2055
2055
        :param skip_if_plan_to_signal: raise TestSkipped when true and system
2056
2056
            doesn't support signalling subprocesses.
2057
2057
        :param allow_plugins: If False (default) pass --no-plugins to bzr.
 
2058
        :param stderr: file to use for the subprocess's stderr.  Valid values
 
2059
            are those valid for the stderr argument of `subprocess.Popen`.
 
2060
            Default value is ``subprocess.PIPE``.
2058
2061
 
2059
2062
        :returns: Popen object for the started process.
2060
2063
        """