From c210ecb765bc60b2424df284d0c101dc0bfeaf4d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 12 Jun 2019 06:36:57 -0400 Subject: Dynamic contexts can be disabled with 'none' --- doc/contexts.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/contexts.rst b/doc/contexts.rst index e8aa4ed4..6a1293fd 100644 --- a/doc/contexts.rst +++ b/doc/contexts.rst @@ -79,6 +79,8 @@ this empty context. For example, if you are recording test names as contexts, then the code run by the test runner before (and between) tests will be in the empty context. +Dynamic contexts can be explicitly disabled by setting ``dynamic_context`` to +``none``. .. _context_reporting: -- cgit v1.2.1