Add reference docs to doctest_namespace

This commit is contained in:
Bruno Oliveira
2018-02-08 20:08:44 -02:00
parent 749288dcb6
commit 70f93263e9
3 changed files with 17 additions and 9 deletions

View File

@@ -379,6 +379,6 @@ def _fix_spoof_python2(runner, encoding):
@pytest.fixture(scope='session')
def doctest_namespace():
"""
Inject names into the doctest namespace.
Fixture that returns a :py:class:`dict` that will be injected into the namespace of doctests.
"""
return dict()