Add versionadded directive to doctest_namespace section
This commit is contained in:
parent
2e02a1c370
commit
28937a5cd9
|
@ -105,6 +105,8 @@ itself::
|
||||||
The 'doctest_namespace' fixture
|
The 'doctest_namespace' fixture
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
||||||
|
.. versionadded:: 2.10
|
||||||
|
|
||||||
The ``doctest_namespace`` fixture can be used to inject items into the
|
The ``doctest_namespace`` fixture can be used to inject items into the
|
||||||
namespace in which your doctests run. It is intended to be used within
|
namespace in which your doctests run. It is intended to be used within
|
||||||
your own fixtures to provide the tests that use them with context.
|
your own fixtures to provide the tests that use them with context.
|
||||||
|
|
Loading…
Reference in New Issue