diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-27 17:09:08 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-27 17:52:41 -0500 |
commit | cc989e2547fa796c84ba55b07dcf55d509c077f1 (patch) | |
tree | cc44366df8e6eb287fc8b28c0972a15e9fae480c | |
parent | 5dbbe1430c16fe15b553e6909be8be5f2b9b71b9 (diff) | |
download | python-coveragepy-git-cc989e2547fa796c84ba55b07dcf55d509c077f1.tar.gz |
Somehow the '[run] dynamic_context' setting wasn't in config.rst?
-rw-r--r-- | doc/config.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst index 8277cc76..6091867d 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -162,6 +162,11 @@ warning. See :ref:`cmd_warnings` for specific warnings. ``debug`` (multi-string): a list of debug options. See :ref:`the run --debug option <cmd_run_debug>` for details. +.. _config_run_dynamic_context: + +``dynamic_context`` (string): the name of a strategy for setting the dynamic +context during execution. See :ref:`dynamic_contexts` for details. + .. _config_run_include: ``include`` (multi-string): a list of file name patterns, the files to include |