diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-02-10 12:47:11 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-02-10 12:47:11 -0500 |
commit | 5197eba7ad12ca5ef191ae57d72263f0eb8bf8cf (patch) | |
tree | 0a51403fd76ddde75d77c8c1de082159ac337962 /doc/api_plugin.rst | |
parent | f9161bd5e7897c22ea5f72c18b448e62bcdf7ea3 (diff) | |
download | python-coveragepy-git-5197eba7ad12ca5ef191ae57d72263f0eb8bf8cf.tar.gz |
Add a warning about plugins potentially interfering with coverage measurement. Learned from #637
Diffstat (limited to 'doc/api_plugin.rst')
-rw-r--r-- | doc/api_plugin.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api_plugin.rst b/doc/api_plugin.rst index 80d08302..e400a298 100644 --- a/doc/api_plugin.rst +++ b/doc/api_plugin.rst @@ -9,8 +9,6 @@ Plug-in classes .. :history: 20150815T132400, new doc for 4.0b2 -.. versionadded:: 4.0 - .. automodule:: coverage.plugin |