summaryrefslogtreecommitdiff
path: root/doc/plugins.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-15 15:10:15 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-15 15:10:15 -0400
commit64a9ffc06a9131389c9526706a3cfcfc1e87ca49 (patch)
treebed7ca98a8089a6ae2c423d69378ba5471f7e479 /doc/plugins.rst
parent3cf7a7fe9e854cd61503e530fc416d1e2ee367be (diff)
downloadpython-coveragepy-git-64a9ffc06a9131389c9526706a3cfcfc1e87ca49.tar.gz
Add pointers to two plugins to the docs
Diffstat (limited to 'doc/plugins.rst')
-rw-r--r--doc/plugins.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst
index 93e7359c..6161f888 100644
--- a/doc/plugins.rst
+++ b/doc/plugins.rst
@@ -52,3 +52,19 @@ coverage.py plugin called ``something.plugin``.
what they are.
#. Run your tests with coverage.py as you usually would.
+
+
+Available plugins
+-----------------
+
+Some coverage.py plugins you might find useful:
+
+* `Django template coverage.py plugin`__: for measuring coverage in Django
+ templates.
+
+ .. __: https://pypi.python.org/pypi/django_coverage_plugin
+
+* `Mako template coverage plugin`__: for measuring coverage in Mako templates.
+ Doesn't work yet, probably needs some changes in Mako itself.
+
+ .. __: https://bitbucket.org/ned/coverage-mako-plugin