diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-05 07:25:16 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-05 07:25:16 -0400 |
commit | 2f829835fc65bea053c884a6b97922c07edcf1ac (patch) | |
tree | 8938776b01c943df1a34f016c807df36a21a7795 | |
parent | 886a09d0b73c237cafeb4ca4249918e87451fea2 (diff) | |
download | python-coveragepy-git-2f829835fc65bea053c884a6b97922c07edcf1ac.tar.gz |
Remove note about timidity of plugins.
-rw-r--r-- | doc/plugins.rst | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index 1fc5c10d..32f00c9d 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -38,14 +38,7 @@ example, let's say you want to use one called fred_plugin. Check the documentation for the plugin to see if it takes any options, and what they are. -#. Run your tests as you usually would. NOTE: You will see a warning when - coverage starts:: - - Coverage.py warning: Setting timid=True to support plugins. - - This means that coverage will run slower than it usually would. This - limitation is part of the initial alpha release, it will be gone in the - final version. +#. Run your tests as you usually would. Plugin API |