diff options
Diffstat (limited to 'doc/plugins.rst')
-rw-r--r-- | doc/plugins.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst index 30d73396..a7c911a4 100644 --- a/doc/plugins.rst +++ b/doc/plugins.rst @@ -8,6 +8,10 @@ Plugins ======= .. :history: 20150124T143000, new page. +.. :history: 20150802T174600, updated for 4.0b1 + + +.. versionadded:: 4.0 Coverage.py's behavior can be extended by writing plugins. A plugin is a separately installed Python class that you register in your .coveragerc. |