summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-06-12 06:36:57 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-06-12 06:36:57 -0400
commitc210ecb765bc60b2424df284d0c101dc0bfeaf4d (patch)
tree9978747b379bfa57a803e1f01bd323206b79ef27 /doc
parent8ad4d1e4d1734a1c1a1a4c960a67ffab1d39528a (diff)
downloadpython-coveragepy-git-c210ecb765bc60b2424df284d0c101dc0bfeaf4d.tar.gz
Dynamic contexts can be disabled with 'none'
Diffstat (limited to 'doc')
-rw-r--r--doc/contexts.rst2
1 files changed, 2 insertions, 0 deletions
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: