From 28937a5cd90c7d4faf65cf9933d5e8deff6c1fc6 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 2 Mar 2016 23:37:51 -0300 Subject: [PATCH] Add versionadded directive to doctest_namespace section --- doc/en/doctest.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/en/doctest.rst b/doc/en/doctest.rst index 32e37008f..64b5621d4 100644 --- a/doc/en/doctest.rst +++ b/doc/en/doctest.rst @@ -105,6 +105,8 @@ itself:: The 'doctest_namespace' fixture ------------------------------- +.. versionadded:: 2.10 + 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 your own fixtures to provide the tests that use them with context.