Add to docstrings

This commit is contained in:
Kyle Altendorf 2018-10-05 10:00:52 -04:00
parent ee64f1fb9f
commit ed5556bdac
1 changed files with 8 additions and 0 deletions

View File

@ -1052,6 +1052,10 @@ class Testdir(object):
Run a process using subprocess.Popen saving the stdout and stderr.
:param args: the sequence of arguments to pass to `subprocess.Popen()`
:param timeout: the period in seconds after which to timeout and raise
:py:class:`Testdir.TimeoutExpired`
Returns a :py:class:`RunResult`.
"""
@ -1151,6 +1155,10 @@ class Testdir(object):
with "runpytest-" so they do not conflict with the normal numbered
pytest location for temporary files and directories.
:param args: the sequence of arguments to pass to the pytest subprocess
:param timeout: the period in seconds after which to timeout and raise
:py:class:`Testdir.TimeoutExpired`
Returns a :py:class:`RunResult`.
"""