From 2f829835fc65bea053c884a6b97922c07edcf1ac Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 5 Jul 2015 07:25:16 -0400 Subject: Remove note about timidity of plugins. --- doc/plugins.rst | 9 +-------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.1