Fix docstring typos.

This commit is contained in:
Chris Dent 2016-09-28 16:30:07 +01:00
parent a7d18c7983
commit 7c7d48e5d6
2 changed files with 4 additions and 3 deletions

View File

@ -62,8 +62,9 @@ def build_tests(path, loader, host=None, port=8001, intercept=None,
:param prefix: A URL prefix for all URLs that are not fully qualified.
:param url: A full URL to test against. Replaces host, port and prefix.
:param require_ssl: If ``True``, make all tests default to using SSL.
:param inner_fixtures: A list of ``Fixtures`` to use per test
:type inner_fixtures: List of fixtures.Fixture clases.
:param inner_fixtures: A list of ``Fixtures`` to use with each
individual test request.
:type inner_fixtures: List of fixtures.Fixture classes.
:rtype: TestSuite containing multiple TestSuites (one for each YAML file).
"""

View File

@ -12,7 +12,7 @@
# under the License.
"""Test the works of inner and outer fixtures.
An "outer" fixture runs one per test suite. An "inner is per test.
An "outer" fixture runs once per test suite. An "inner" is per test request.
"""
import os