summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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