diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 17:49:46 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-02 17:49:46 -0400 |
commit | 92f21e865884798b009fbb0df2aad84d7570cc04 (patch) | |
tree | f936899b3293314cde1e8827ecb1c3f7e3348a94 /doc/plugins.rst | |
parent | 847c27b6a897b0ba08bac801c4c1b9025b41e9ab (diff) | |
download | python-coveragepy-git-92f21e865884798b009fbb0df2aad84d7570cc04.tar.gz |
Updated docs for 4.0b1
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. |