summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-05 07:25:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-05 07:25:16 -0400
commit08fa87e78191c2126bb441b95730e857da32b4c9 (patch)
tree7f8156a1ca4d74042b3c6183ee1db14021c2d0c3
parent1dba726d05dcdbd1be7d4b987151d691b0a7c535 (diff)
downloadpython-coveragepy-08fa87e78191c2126bb441b95730e857da32b4c9.tar.gz
Remove note about timidity of plugins.
-rw-r--r--doc/plugins.rst9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst
index 1fc5c10..32f00c9 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