diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-09-12 19:42:14 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-09-12 19:42:39 -0400 |
commit | 263f3e1da8e5a6a32056a8697286f9adf0f6a55d (patch) | |
tree | a5dc4806aa85159ed15a4c80e228d8b58de38fef /doc | |
parent | ecd6ab19a43a444bc7fc9dfbc08f3ca5274365ca (diff) | |
download | python-coveragepy-git-263f3e1da8e5a6a32056a8697286f9adf0f6a55d.tar.gz |
Docs and cleanup for source_pkgs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst index 6a0dbcf8..c6cb94dd 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -208,6 +208,14 @@ for details. measure during execution. If set, ``include`` is ignored. See :ref:`source` for details. +.. _config_run_source_pkgs: + +``source_pkgs`` (multi-string): a list of packages, the source to measure +during execution. Operates the same as ``source``, but only names packages, +for resolving ambiguities between packages and directories. + +.. versionadded:: 5.3 + .. _config_run_timid: ``timid`` (boolean, default False): use a simpler but slower trace method. |