summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-15 13:21:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-15 13:21:53 -0400
commitcac28dc30e095ff336be3df69363fa9100e0038c (patch)
tree98184b6f0c863b3ecd9eb162ff16a0fe6588b57f /doc
parentc61920c057d78361a2238baedf2d7218021ac835 (diff)
downloadpython-coveragepy-git-cac28dc30e095ff336be3df69363fa9100e0038c.tar.gz
Plugin doc tweaking
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst
index e7ed2bd8..027b0b8f 100644
--- a/doc/plugins.rst
+++ b/doc/plugins.rst
@@ -48,7 +48,7 @@ coverage.py plugin called ``something.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.
+#. Run your tests with coverage.py as you usually would.
Plugin API
@@ -58,9 +58,12 @@ Plugin API
.. autoclass:: CoveragePlugin
:members:
+ :member-order: bysource
.. autoclass:: FileTracer
:members:
+ :member-order: bysource
.. autoclass:: FileReporter
:members:
+ :member-order: bysource