Improve doc strings in the regression test framework.
commitd00e7ccc11ece381a182431ab565161de00cda50
authorJulian Foad <julian.foad@wandisco.com>
Tue, 8 Dec 2009 16:21:12 +0000 (8 16:21 +0000)
committerJulian Foad <julian.foad@wandisco.com>
Tue, 8 Dec 2009 16:21:12 +0000 (8 16:21 +0000)
tree9fd3448e2db68892cca582238ef5f50071ad9cc5
parent46bed8183fda8a919e8545a1f3407a41bf9220c5
Improve doc strings in the regression test framework.

* subversion/tests/cmdline/svntest/actions.py
  (make_repo_and_wc): Mention that it makes a 'Greek Tree'.

* subversion/tests/cmdline/svntest/main.py
  (run_command): Refer the reader to run_command_stdin() for details.
  (wait_on_pipe): Add some documentation that was missing.
  (spawn_process): Convert the plain comment into a doc string and document
    the 'binary_mode' parameter.
  (run_command_stdin): Document the 'binary_mode' parameter.

git-svn-id: http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline@888465 13f79535-47bb-0310-9956-ffa450edef68
svntest/actions.py
svntest/main.py